diff options
Diffstat (limited to 'usr.bin/tar/matching.c')
-rw-r--r-- | usr.bin/tar/matching.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/matching.c b/usr.bin/tar/matching.c index 2e146fed917c2..afd292410ddab 100644 --- a/usr.bin/tar/matching.c +++ b/usr.bin/tar/matching.c @@ -24,7 +24,7 @@ */ #include "bsdtar_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/matching.c,v 1.11.2.4.6.1 2010/02/10 00:26:20 kensmith Exp $"); #ifdef HAVE_ERRNO_H #include <errno.h> |