diff options
-rw-r--r-- | lib/libedit/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/read.c b/lib/libedit/read.c index e1e599e..fdf80e7 100644 --- a/lib/libedit/read.c +++ b/lib/libedit/read.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)read.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = "$FreeBSD$"; -#endif /* not lint && not SCCSID */ +#endif /* not lint */ /* * read.c: Clean this junk up! This is horrible code. * Terminal read functions |