diff options
Diffstat (limited to 'bin/pax/cpio.c')
-rw-r--r-- | bin/pax/cpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pax/cpio.c b/bin/pax/cpio.c index 67602fa87455..c62e6ab3b7e4 100644 --- a/bin/pax/cpio.c +++ b/bin/pax/cpio.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)cpio.c 8.1 (Berkeley) 5/31/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/pax/cpio.c,v 1.24.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> |