capabilities: Move global capabilities_t instance to libstrongswan
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
#ifndef CAPABILITIES_H_
|
||||
#define CAPABILITIES_H_
|
||||
|
||||
typedef struct capabilities_t capabilities_t;
|
||||
|
||||
#include <library.h>
|
||||
#ifdef HAVE_SYS_CAPABILITY_H
|
||||
# include <sys/capability.h>
|
||||
@@ -30,8 +32,6 @@
|
||||
# include <linux/capability.h>
|
||||
#endif
|
||||
|
||||
typedef struct capabilities_t capabilities_t;
|
||||
|
||||
/**
|
||||
* POSIX capability dropping abstraction layer.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user