From owner-cvs-usrbin Fri Sep 29 11:45:08 1995 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA26874 for cvs-usrbin-outgoing; Fri, 29 Sep 1995 11:45:08 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA26835 ; Fri, 29 Sep 1995 11:44:56 -0700 Date: Fri, 29 Sep 1995 11:44:56 -0700 From: Bruce Evans Message-Id: <199509291844.LAA26835@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/tn3270/tools/mkhits dohits.c Sender: owner-cvs-usrbin@FreeBSD.org Precedence: bulk bde 95/09/29 11:44:54 Modified: usr.bin/tn3270/ctlr api.c usr.bin/tn3270/distribution/sys_dos system.c usr.bin/tn3270/sys_curses system.c usr.bin/tn3270/tools/mkhits dohits.c Log: Don't use gets(). sys_curses/system.c: Don't use gets() better. Neither gets() nor fgets() is appropriate for discarding a line of input.