summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBenjamin Drung <bdrung@ubuntu.com>2013-02-09 13:58:53 -0500
committerAndres Mejia <amejia004@gmail.com>2013-02-09 14:10:30 -0500
commitd19d180efd59d4d3b61e0818eac0d37d086aec55 (patch)
tree27a5a2e45ac29854813bc22df230b6fa82bc01b1 /examples
parent94a49b188ab872d851f9e11811b755b4a00b551d (diff)
downloadlibarchive-d19d180efd59d4d3b61e0818eac0d37d086aec55.tar.gz
Fix build failure of example program because of __FBSDID define.
Fixes #283 Signed-off-by: Andres Mejia <amejia004@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/untar.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/untar.c b/examples/untar.c
index b22d8361..2e5f46d0 100644
--- a/examples/untar.c
+++ b/examples/untar.c
@@ -53,7 +53,6 @@
*/
#include <sys/types.h>
-__FBSDID("$FreeBSD$");
#include <sys/stat.h>