diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 13:29:52 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 13:29:52 +0200 |
commit | 6109d6388e44fc5070b98c9bf2f74df84c3ec700 (patch) | |
tree | ed513a5d9cced80fd587518bd1461f3ef03c3192 /system.h | |
parent | 0ff81ace79432c9a3254722f734fa931bb8bff1e (diff) | |
download | rpm-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.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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)) |