diff options
Diffstat (limited to 'lib/libarchive/test/test_write_open_memory.c')
-rw-r--r-- | lib/libarchive/test/test_write_open_memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/test/test_write_open_memory.c b/lib/libarchive/test/test_write_open_memory.c index 90428766bfce6..2e58fff4af54b 100644 --- a/lib/libarchive/test/test_write_open_memory.c +++ b/lib/libarchive/test/test_write_open_memory.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_open_memory.c,v 1.3 2007/05/29 01:00:21 kientzle Exp $"); /* Try to force archive_write_open_memory.c to write past the end of an array. */ static unsigned char buff[16384]; |