summaryrefslogtreecommitdiff
path: root/libarchive/archive_entry_xattr.c
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@gmail.com>2009-10-31 13:16:37 -0400
committerTim Kientzle <kientzle@gmail.com>2009-10-31 13:16:37 -0400
commit3f64eae40dc9b1c909afc75861834ba93c967148 (patch)
treef5caa7bc9bde517b33bd498ee795de3de1225d01 /libarchive/archive_entry_xattr.c
parent4c83fa6c611815a8f99d6fc74fb8c6b236c2b8ea (diff)
downloadlibarchive-3f64eae40dc9b1c909afc75861834ba93c967148.tar.gz
Shuffle the major/minor/makedev support a bit; this should work
on both Windows and Haiku. SVN-Revision: 1553
Diffstat (limited to 'libarchive/archive_entry_xattr.c')
-rw-r--r--libarchive/archive_entry_xattr.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libarchive/archive_entry_xattr.c b/libarchive/archive_entry_xattr.c
index b6d3edc3..a929d373 100644
--- a/libarchive/archive_entry_xattr.c
+++ b/libarchive/archive_entry_xattr.c
@@ -32,13 +32,6 @@ __FBSDID("$FreeBSD: src/lib/libarchive/archive_entry.c,v 1.55 2008/12/23 05:01:4
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
-#ifdef MAJOR_IN_MKDEV
-#include <sys/mkdev.h>
-#else
-#ifdef MAJOR_IN_SYSMACROS
-#include <sys/sysmacros.h>
-#endif
-#endif
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif