From f86b9f6d647b7b49a9115b5eff1382aeda4951fe Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Mon, 3 Dec 2001 00:07:59 +0000 Subject: [PATCH] Use __FBSDID(). --- usr.bin/ctags/C.c | 9 ++++----- usr.bin/ctags/ctags.c | 10 +++++----- usr.bin/ctags/fortran.c | 8 ++++---- usr.bin/ctags/lisp.c | 8 ++++---- usr.bin/ctags/print.c | 8 ++++---- usr.bin/ctags/tree.c | 8 ++++---- usr.bin/ctags/yacc.c | 8 ++++---- 7 files changed, 29 insertions(+), 30 deletions(-) diff --git a/usr.bin/ctags/C.c b/usr.bin/ctags/C.c index 55c637e7ddf1..fcc037a05bdb 100644 --- a/usr.bin/ctags/C.c +++ b/usr.bin/ctags/C.c @@ -31,14 +31,13 @@ * SUCH DAMAGE. */ +#include + +__FBSDID("$FreeBSD$"); + #ifndef lint -#if 0 static char sccsid[] = "@(#)C.c 8.4 (Berkeley) 4/2/94"; -#else -static const char rcsid[] = - "$FreeBSD$"; #endif -#endif /* not lint */ #include #include diff --git a/usr.bin/ctags/ctags.c b/usr.bin/ctags/ctags.c index e99b1ed2c11b..3f7433214c90 100644 --- a/usr.bin/ctags/ctags.c +++ b/usr.bin/ctags/ctags.c @@ -31,19 +31,19 @@ * SUCH DAMAGE. */ +#include + +__FBSDID("$FreeBSD$"); + #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1987, 1993, 1994, 1995\n\ The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ +#endif #ifndef lint -#if 0 static const char sccsid[] = "@(#)ctags.c 8.4 (Berkeley) 2/7/95"; #endif -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ #include #include diff --git a/usr.bin/ctags/fortran.c b/usr.bin/ctags/fortran.c index 7e8417a7cd2a..16845e5c592b 100644 --- a/usr.bin/ctags/fortran.c +++ b/usr.bin/ctags/fortran.c @@ -31,13 +31,13 @@ * SUCH DAMAGE. */ +#include + +__FBSDID("$FreeBSD$"); + #ifndef lint -#if 0 static const char sccsid[] = "@(#)fortran.c 8.3 (Berkeley) 4/2/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ #include #include diff --git a/usr.bin/ctags/lisp.c b/usr.bin/ctags/lisp.c index f8577b05f336..293149ad71a3 100644 --- a/usr.bin/ctags/lisp.c +++ b/usr.bin/ctags/lisp.c @@ -31,13 +31,13 @@ * SUCH DAMAGE. */ +#include + +__FBSDID("$FreeBSD$"); + #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 #include diff --git a/usr.bin/ctags/print.c b/usr.bin/ctags/print.c index d8d72bf7e10e..b27ca541e02c 100644 --- a/usr.bin/ctags/print.c +++ b/usr.bin/ctags/print.c @@ -31,13 +31,13 @@ * SUCH DAMAGE. */ +#include + +__FBSDID("$FreeBSD$"); + #ifndef lint -#if 0 static const char sccsid[] = "@(#)print.c 8.3 (Berkeley) 4/2/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ #include #include diff --git a/usr.bin/ctags/tree.c b/usr.bin/ctags/tree.c index 9691fc9a8f22..2be32a42826c 100644 --- a/usr.bin/ctags/tree.c +++ b/usr.bin/ctags/tree.c @@ -31,13 +31,13 @@ * SUCH DAMAGE. */ +#include + +__FBSDID("$FreeBSD$"); + #ifndef lint -#if 0 static const char sccsid[] = "@(#)tree.c 8.3 (Berkeley) 4/2/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ #include #include diff --git a/usr.bin/ctags/yacc.c b/usr.bin/ctags/yacc.c index da6234014db1..4a0020b29007 100644 --- a/usr.bin/ctags/yacc.c +++ b/usr.bin/ctags/yacc.c @@ -31,13 +31,13 @@ * SUCH DAMAGE. */ +#include + +__FBSDID("$FreeBSD$"); + #ifndef lint -#if 0 static const char sccsid[] = "@(#)yacc.c 8.3 (Berkeley) 4/2/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ #include #include