From 04f058dbd15d556b1123eb8ef72bdcb113bbe721 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 22 May 2000 06:01:31 +0000 Subject: I tested the real code changes, but neglected to test the insertion of $FreeBSD$. I miffed it (pointy hat please). Hopefully no one will notice this short window where -current didn't compile. --- lib/libedit/el.c | 6 +++--- lib/libedit/read.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/libedit') diff --git a/lib/libedit/el.c b/lib/libedit/el.c index 3ab5d834b84f..c346a8bba283 100644 --- a/lib/libedit/el.c +++ b/lib/libedit/el.c @@ -34,13 +34,13 @@ * SUCH DAMAGE. */ -#if !defined(lint) +#if !defined(lint) && !defined(SCCSID) #if 0 static char sccsid[] = "@(#)el.c 8.2 (Berkeley) 1/3/94"; #endif static const char rcsid[] = - "$FreeBSD$" -#endif /* not lint */ + "$FreeBSD$"; +#endif /* not lint && not SCCSID */ /* * el.c: EditLine interface functions 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 -- cgit v1.3