diff options
Diffstat (limited to 'usr.bin/tar/util.c')
-rw-r--r-- | usr.bin/tar/util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/tar/util.c b/usr.bin/tar/util.c index 69cc671..2b7e9a7 100644 --- a/usr.bin/tar/util.c +++ b/usr.bin/tar/util.c @@ -29,7 +29,6 @@ __FBSDID("$FreeBSD$"); #include <sys/stat.h> #include <sys/types.h> /* Linux doesn't define mode_t, etc. in sys/stat.h. */ -#include <archive_entry.h> #include <ctype.h> #include <errno.h> #include <stdarg.h> |