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 c9284c16d4224..1f50e8244bead 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.4.2.3.2.1 2008/10/02 02:57:24 kensmith Exp $"); /* * "list.h" is simply created by "grep DEFINE_TEST"; it has |