diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-05-22 06:01:31 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-05-22 06:01:31 +0000 |
| commit | 04f058dbd15d556b1123eb8ef72bdcb113bbe721 (patch) | |
| tree | a161935aa620eb17835e3e926d5873d19878ca37 /lib/libedit/read.c | |
| parent | 4d1c36051ec286018602123c449cc0b024e93c45 (diff) | |
Notes
Diffstat (limited to 'lib/libedit/read.c')
| -rw-r--r-- | lib/libedit/read.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/read.c b/lib/libedit/read.c index fdf80e7f36b0..2db1942e083f 100644 --- a/lib/libedit/read.c +++ b/lib/libedit/read.c @@ -34,13 +34,13 @@ * SUCH DAMAGE. */ -#if !defined(lint) +#if !defined(lint) && !defined(SCCSID) #if 0 static char sccsid[] = "@(#)read.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = "$FreeBSD$"; -#endif /* not lint */ +#endif /* not lint && not SCCSID */ /* * read.c: Clean this junk up! This is horrible code. * Terminal read functions |
