diff options
Diffstat (limited to 'bin/pax/pax.c')
-rw-r--r-- | bin/pax/pax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pax/pax.c b/bin/pax/pax.c index cb19b99b175ee..8ca075e028fc2 100644 --- a/bin/pax/pax.c +++ b/bin/pax/pax.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)pax.c 8.2 (Berkeley) 4/18/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/pax/pax.c,v 1.28.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> |