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/pax.c | |
parent | c84c569bd147997ed62ff1c5e725709828199b68 (diff) | |
download | FreeBSD-src-f6f518b207e19ee2f8ab4870471673b934719bfd.zip FreeBSD-src-f6f518b207e19ee2f8ab4870471673b934719bfd.tar.gz |
Consistently use FBSDID
Diffstat (limited to 'bin/pax/pax.c')
-rw-r--r-- | bin/pax/pax.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/pax.c b/bin/pax/pax.c index d3bf18f..649ad3e 100644 --- a/bin/pax/pax.c +++ b/bin/pax/pax.c @@ -45,9 +45,9 @@ static char const copyright[] = #if 0 static char sccsid[] = "@(#)pax.c 8.2 (Berkeley) 4/18/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/stat.h> |