diff options
Diffstat (limited to 'lib/libarchive/test/test_write_format_tar_empty.c')
-rw-r--r-- | lib/libarchive/test/test_write_format_tar_empty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/test/test_write_format_tar_empty.c b/lib/libarchive/test/test_write_format_tar_empty.c index 570325379556..f797d2873b16 100644 --- a/lib/libarchive/test/test_write_format_tar_empty.c +++ b/lib/libarchive/test/test_write_format_tar_empty.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_format_tar_empty.c,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * Check that an "empty" tar archive is correctly created. |