delete completely bogus (floating? was there an old variable decl
authorderaadt <deraadt@openbsd.org>
Wed, 17 Jun 2015 03:49:29 +0000 (03:49 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 17 Jun 2015 03:49:29 +0000 (03:49 +0000)
in the past?) comment about FILEC
noted by Peter Brottveit Bock

bin/csh/lex.c

index d105dbc..2b2aa34 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: lex.c,v 1.17 2015/06/17 03:48:21 deraadt Exp $        */
+/*     $OpenBSD: lex.c,v 1.18 2015/06/17 03:49:29 deraadt Exp $        */\ 1
 /*     $NetBSD: lex.c,v 1.9 1995/09/27 00:38:46 jtc Exp $      */
 
 /*-
@@ -1355,7 +1355,6 @@ reread:
            /* was isatty but raw with ignoreeof yields problems */
            if (tcgetattr(SHIN, &tty) == 0 && (tty.c_lflag & ICANON))
            {
-               /* was 'short' for FILEC */
                pid_t     ctpgrp;
 
                if (++sincereal > 25)