summaryrefslogtreecommitdiffstats
path: root/lib/libedit/el.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-05-22 06:01:31 +0000
committerimp <imp@FreeBSD.org>2000-05-22 06:01:31 +0000
commit7bb6980d510037c338d7f3986e78aefaab2a1ee9 (patch)
tree12789236f9ac715fffdbd58c610bfa16f127fcba /lib/libedit/el.c
parentb28a6e4dcf92d7256e29b742368a144d47ee75b6 (diff)
downloadFreeBSD-src-7bb6980d510037c338d7f3986e78aefaab2a1ee9.zip
FreeBSD-src-7bb6980d510037c338d7f3986e78aefaab2a1ee9.tar.gz
<blush> 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.
Diffstat (limited to 'lib/libedit/el.c')
-rw-r--r--lib/libedit/el.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libedit/el.c b/lib/libedit/el.c
index 3ab5d83..c346a8b 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
OpenPOWER on IntegriCloud