aboutsummaryrefslogtreecommitdiff
path: root/contrib/libarchive/libarchive/filter_fork_posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libarchive/libarchive/filter_fork_posix.c')
-rw-r--r--contrib/libarchive/libarchive/filter_fork_posix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/libarchive/libarchive/filter_fork_posix.c b/contrib/libarchive/libarchive/filter_fork_posix.c
index 62085a7099b7..c895c08e59b3 100644
--- a/contrib/libarchive/libarchive/filter_fork_posix.c
+++ b/contrib/libarchive/libarchive/filter_fork_posix.c
@@ -30,8 +30,6 @@
#if defined(HAVE_PIPE) && defined(HAVE_FCNTL) && \
(defined(HAVE_FORK) || defined(HAVE_VFORK) || defined(HAVE_POSIX_SPAWNP))
-__FBSDID("$FreeBSD: head/lib/libarchive/filter_fork.c 182958 2008-09-12 05:33:00Z kientzle $");
-
#if defined(HAVE_SYS_TYPES_H)
# include <sys/types.h>
#endif