summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-06-17 03:49:29 +0000
committerderaadt <deraadt@openbsd.org>2015-06-17 03:49:29 +0000
commit5697c2f54e59e3f6805fa2f88c6c07c9b25fd7f1 (patch)
tree3d1badb91119c722c6687d5adfe02e0980c665d4
parentremove -DFILEC; code does not compile for the -UFILEC case, and anyways, (diff)
downloadwireguard-openbsd-5697c2f54e59e3f6805fa2f88c6c07c9b25fd7f1.tar.xz
wireguard-openbsd-5697c2f54e59e3f6805fa2f88c6c07c9b25fd7f1.zip
delete completely bogus (floating? was there an old variable decl
in the past?) comment about FILEC noted by Peter Brottveit Bock
-rw-r--r--bin/csh/lex.c3
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)