summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-05 13:29:52 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-05 13:29:52 +0200
commit6109d6388e44fc5070b98c9bf2f74df84c3ec700 (patch)
treeed513a5d9cced80fd587518bd1461f3ef03c3192 /system.h
parent0ff81ace79432c9a3254722f734fa931bb8bff1e (diff)
downloadrpm-6109d6388e44fc5070b98c9bf2f74df84c3ec700.tar.gz
Remove libcap stuff out of system.h
- just a few places need, avoid polluting everything with it - make fsm->fcaps void * to avoid having to deal with fcap_t not defined
Diffstat (limited to 'system.h')
-rw-r--r--system.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/system.h b/system.h
index db43faa3b..25f129860 100644
--- a/system.h
+++ b/system.h
@@ -130,12 +130,6 @@ typedef char * security_context_t;
#define rpm_execcon(_v, _fn, _av, _envp) (0)
#endif
-#if WITH_CAP
-#include <sys/capability.h>
-#else
-typedef void * cap_t;
-#endif
-
#include "rpmio/rpmutil.h"
/* compatibility macros to avoid a mass-renaming all over the codebase */
#define xmalloc(_size) rmalloc((_size))