diff options
Diffstat (limited to 'usr.bin/tar/getdate.c')
-rw-r--r-- | usr.bin/tar/getdate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/getdate.c b/usr.bin/tar/getdate.c index 8df1e26fba77..ad2eb8f6a2e2 100644 --- a/usr.bin/tar/getdate.c +++ b/usr.bin/tar/getdate.c @@ -29,7 +29,7 @@ #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/getdate.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #endif #include <ctype.h> |