diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-05-22 05:51:09 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-05-22 05:51:09 +0000 |
| commit | 95e529fd59dbac52e51f7cf895482376231aa416 (patch) | |
| tree | 9bedaa931665ec590e5a3a1f5c95c76ebaa93bba /lib/libedit/read.c | |
| parent | 0d39b3903fc9e2feea6ceb5ef48368f635f62e55 (diff) | |
Notes
Diffstat (limited to 'lib/libedit/read.c')
| -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 e1e599eced97..fdf80e7f36b0 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 |
