From: deraadt Date: Wed, 17 Jun 2015 03:49:29 +0000 (+0000) Subject: delete completely bogus (floating? was there an old variable decl X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5697c2f54e59e3f6805fa2f88c6c07c9b25fd7f1;p=openbsd delete completely bogus (floating? was there an old variable decl in the past?) comment about FILEC noted by Peter Brottveit Bock --- diff --git a/bin/csh/lex.c b/bin/csh/lex.c index d105dbcaa12..2b2aa34103a 100644 --- a/bin/csh/lex.c +++ b/bin/csh/lex.c @@ -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 $ */ /* $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)