diff options
Diffstat (limited to 'usr.bin/tar/test/test_strip_components.c')
-rw-r--r-- | usr.bin/tar/test/test_strip_components.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/test/test_strip_components.c b/usr.bin/tar/test/test_strip_components.c index 0cfea1806b1a9..4004ce2f66036 100644 --- a/usr.bin/tar/test/test_strip_components.c +++ b/usr.bin/tar/test/test_strip_components.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_strip_components.c,v 1.2.4.1.6.1 2010/12/21 17:10:29 kensmith Exp $"); static int touch(const char *fn) |