diff options
Diffstat (limited to 'bin/pax/cpio.c')
-rw-r--r-- | bin/pax/cpio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/cpio.c b/bin/pax/cpio.c index ae51a37..ed403db 100644 --- a/bin/pax/cpio.c +++ b/bin/pax/cpio.c @@ -39,9 +39,9 @@ #if 0 static char sccsid[] = "@(#)cpio.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> |