include "compat.h"
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 13 Oct 2003 19:41:24 +0000 (19:41 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 13 Oct 2003 19:41:24 +0000 (19:41 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@82 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/lib/getctx.c
util-vserver/lib/syscall.c
util-vserver/src/capchroot.c
util-vserver/src/chbind.c
util-vserver/src/chcontext.c
util-vserver/src/reducecap.c
util-vserver/src/save_ctxinfo.c
util-vserver/src/secure-mount.c
util-vserver/src/setctxlimit.c
util-vserver/tests/chrootsafe.cc
util-vserver/tests/getctx.c

index 9a76ed8..211ca41 100644 (file)
@@ -20,6 +20,7 @@
 #  include <config.h>
 #endif
 
+#include "compat.h"
 #include "vserver.h"
 #include "internal.h"
 #include <string.h>
index ebf96da..9f6ef39 100644 (file)
@@ -36,6 +36,7 @@
 #include <syscall.h>
 #include <asm/unistd.h>
 
+#include "compat.h"
 #include "vserver.h"
 
 // Here is the trick. We keep a copy of the define, then undef it
index 5f3e312..a449b92 100644 (file)
@@ -37,6 +37,7 @@
 #include <stdlib.h>
 
 #include "linuxcaps.h"
+#include "compat.h"
 #include "vserver.h"
 
 static int my_chroot(const char *dir)
index 3880ad3..b629a88 100644 (file)
@@ -20,6 +20,7 @@
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif
+#include "compat.h"
 
 #include <stdio.h>
 #include <stdlib.h>
index 987af80..fda3602 100644 (file)
@@ -25,6 +25,7 @@
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif
+#include "compat.h"
 
 #include <stdio.h>
 #include <unistd.h>
index 6fdd4b5..1c11e71 100644 (file)
@@ -20,6 +20,7 @@
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif
+#include "compat.h"
 
 #include <stdio.h>
 #include <errno.h>
index 6dc899e..91b498e 100644 (file)
@@ -21,6 +21,7 @@
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif
+#include "compat.h"
 
 #include "vserver.h"
 #include "internal.h"
index 2af654c..9f5c05c 100644 (file)
@@ -28,6 +28,7 @@
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif
+#include "compat.h"
 
 #include "util.h"
 #include "pathconfig.h"
index 56ae22f..e281401 100644 (file)
@@ -27,6 +27,7 @@
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif
+#include "compat.h"
 
 #include <stdio.h>
 #include <string.h>
index eac461d..70be9e3 100644 (file)
@@ -32,6 +32,7 @@
 #include <unistd.h>
 #include <stdlib.h>
 
+#include "compat.h"
 #include "vserver.h"
 
 int main (int argc, char *argv[])
index 68d3a55..e192818 100644 (file)
@@ -20,6 +20,7 @@
 #  include <config.h>
 #endif
 
+#include "compat.h"
 #include "vserver.h"
 
 #include <stdio.h>