From 9e512f5897bf319a27ad1b9e77f493ec109fc81e Mon Sep 17 00:00:00 2001 From: mikeh Date: Thu, 16 Aug 2001 16:16:07 +0000 Subject: Add $FreeBSD$ MFC after: 2 weeks --- usr.bin/ctags/lisp.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr.bin/ctags/lisp.c') diff --git a/usr.bin/ctags/lisp.c b/usr.bin/ctags/lisp.c index f86e218..f8577b0 100644 --- a/usr.bin/ctags/lisp.c +++ b/usr.bin/ctags/lisp.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static const char sccsid[] = "@(#)lisp.c 8.3 (Berkeley) 4/2/94"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include -- cgit v1.1