diff options
Diffstat (limited to 'usr.bin/tar/test/main.c')
-rw-r--r-- | usr.bin/tar/test/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/test/main.c b/usr.bin/tar/test/main.c index 041b7a0d9e63..6667553a8734 100644 --- a/usr.bin/tar/test/main.c +++ b/usr.bin/tar/test/main.c @@ -44,7 +44,7 @@ #undef EXTRA_DUMP /* How to dump extra data */ /* How to generate extra version info. */ #define EXTRA_VERSION (systemf("%s --version", testprog) ? "" : "") -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/test/main.c,v 1.10.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * "list.h" is simply created by "grep DEFINE_TEST"; it has |