]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix build failure of example program because of __FBSDID define.
authorBenjamin Drung <bdrung@ubuntu.com>
Sat, 9 Feb 2013 18:58:53 +0000 (13:58 -0500)
committerAndres Mejia <amejia004@gmail.com>
Sat, 9 Feb 2013 19:10:30 +0000 (14:10 -0500)
Fixes #283
Signed-off-by: Andres Mejia <amejia004@gmail.com>
examples/untar.c

index b22d8361a0127316c2fa79e9aacc81bb1cdad5ef..2e5f46d02aa792c32c6ed80f5cb0e6051f9fbe07 100644 (file)
@@ -53,7 +53,6 @@
  */
 
 #include <sys/types.h>
-__FBSDID("$FreeBSD$");
 
 #include <sys/stat.h>