diff options
author | obrien <obrien@FreeBSD.org> | 2002-06-30 05:15:05 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-06-30 05:15:05 +0000 |
commit | f6f518b207e19ee2f8ab4870471673b934719bfd (patch) | |
tree | a81b89aa01c8dade88dcffbf674c9d85b7c85d4f /bin/pax/gen_subs.c | |
parent | c84c569bd147997ed62ff1c5e725709828199b68 (diff) | |
download | FreeBSD-src-f6f518b207e19ee2f8ab4870471673b934719bfd.zip FreeBSD-src-f6f518b207e19ee2f8ab4870471673b934719bfd.tar.gz |
Consistently use FBSDID
Diffstat (limited to 'bin/pax/gen_subs.c')
-rw-r--r-- | bin/pax/gen_subs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/gen_subs.c b/bin/pax/gen_subs.c index 6daefa4..86e729f 100644 --- a/bin/pax/gen_subs.c +++ b/bin/pax/gen_subs.c @@ -39,9 +39,9 @@ #if 0 static char sccsid[] = "@(#)gen_subs.c 8.1 (Berkeley) 5/31/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/time.h> |