mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-09 08:00:51 +00:00
start: remove duplicate macros
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
9978b4d342
commit
3ef9b3d30f
@ -53,18 +53,6 @@
|
|||||||
#include <sys/capability.h>
|
#include <sys/capability.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !HAVE_DECL_PR_CAPBSET_DROP
|
|
||||||
#define PR_CAPBSET_DROP 24
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !HAVE_DECL_PR_SET_NO_NEW_PRIVS
|
|
||||||
#define PR_SET_NO_NEW_PRIVS 38
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !HAVE_DECL_PR_GET_NO_NEW_PRIVS
|
|
||||||
#define PR_GET_NO_NEW_PRIVS 39
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "af_unix.h"
|
#include "af_unix.h"
|
||||||
#include "caps.h"
|
#include "caps.h"
|
||||||
#include "cgroup.h"
|
#include "cgroup.h"
|
||||||
@ -79,6 +67,7 @@
|
|||||||
#include "lxccontainer.h"
|
#include "lxccontainer.h"
|
||||||
#include "lxclock.h"
|
#include "lxclock.h"
|
||||||
#include "lxcseccomp.h"
|
#include "lxcseccomp.h"
|
||||||
|
#include "macro.h"
|
||||||
#include "mainloop.h"
|
#include "mainloop.h"
|
||||||
#include "monitor.h"
|
#include "monitor.h"
|
||||||
#include "namespace.h"
|
#include "namespace.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user