diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-06-17 03:49:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-06-17 03:49:30 +0000 |
commit | 3e28da1c993778ffc779cfb05ab5ca67870462f8 (patch) | |
tree | c769247cd569527ed5ea10cd10544feb0f06f86b /bin/csh | |
parent | ed2f4a3c607f2a617d51ade4030899265a5fcd0b (diff) |
delete completely bogus (floating? was there an old variable decl
in the past?) comment about FILEC
noted by Peter Brottveit Bock
Diffstat (limited to 'bin/csh')
-rw-r--r-- | bin/csh/lex.c | 3 |
1 files changed, 1 insertions, 2 deletions
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) |