From d19d180efd59d4d3b61e0818eac0d37d086aec55 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Sat, 9 Feb 2013 13:58:53 -0500 Subject: [PATCH] Fix build failure of example program because of __FBSDID define. Fixes #283 Signed-off-by: Andres Mejia --- examples/untar.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/untar.c b/examples/untar.c index b22d8361a..2e5f46d02 100644 --- a/examples/untar.c +++ b/examples/untar.c @@ -53,7 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include -- 2.47.2