summaryrefslogtreecommitdiff
path: root/lib/replace/system
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-02-03 03:32:21 +0100
committerStefan Metzmacher <metze@samba.org>2011-02-03 04:32:43 +0100
commit5f18925e695d0c271aea456a4ee63aeb1e8bbf96 (patch)
tree79377a7257fa10c9570aede3c64b0491b69e42a3 /lib/replace/system
parentc1c3cb0a237b1ba075e67979f9aad329d6e5914f (diff)
downloadsamba-5f18925e695d0c271aea456a4ee63aeb1e8bbf96.tar.gz
samba-5f18925e695d0c271aea456a4ee63aeb1e8bbf96.tar.bz2
samba-5f18925e695d0c271aea456a4ee63aeb1e8bbf96.zip
Revert "replace: Try to fix broken sys/capabilites.h on Linux."
This reverts commit c2207e9b2cdec9cd4c32184c668a2c469edb7148. This still doesn't build for me on ClearOS 5.2. metze
Diffstat (limited to 'lib/replace/system')
-rw-r--r--lib/replace/system/capability.h4
-rw-r--r--lib/replace/system/config.m41
2 files changed, 0 insertions, 5 deletions
diff --git a/lib/replace/system/capability.h b/lib/replace/system/capability.h
index 832bc29152..a7b78f0275 100644
--- a/lib/replace/system/capability.h
+++ b/lib/replace/system/capability.h
@@ -37,10 +37,6 @@
#define BROKEN_RHEL5_SYS_CAP_HEADER_WORKAROUND
#endif
-#ifdef HAVE_LINUX_TYPES_H
-#include <linux/types.h>
-#endif
-
#include <sys/capability.h>
#ifdef BROKEN_RHEL5_SYS_CAP_HEADER_WORKAROUND
diff --git a/lib/replace/system/config.m4 b/lib/replace/system/config.m4
index 71d3d53c3d..04364bc3a1 100644
--- a/lib/replace/system/config.m4
+++ b/lib/replace/system/config.m4
@@ -25,7 +25,6 @@ fi
AC_HEADER_SYS_WAIT
# capability
-AC_CHECK_HEADERS(linux/types.h)
AC_CHECK_HEADERS(sys/capability.h)
case "$host_os" in