diff options
Diffstat (limited to 'usr.bin/tar/tree.c')
-rw-r--r-- | usr.bin/tar/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/tree.c b/usr.bin/tar/tree.c index 6ecb5deaede0a..ce25609f44261 100644 --- a/usr.bin/tar/tree.c +++ b/usr.bin/tar/tree.c @@ -44,7 +44,7 @@ * regular dir or via fchdir(2) for a symlink). */ #include "bsdtar_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/tree.c,v 1.2.2.1 2006/07/30 06:32:14 kientzle Exp $"); #include <sys/stat.h> #include <dirent.h> |