include "safechroot-internal.hc"
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 14 Oct 2003 15:20:01 +0000 (15:20 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 14 Oct 2003 15:20:01 +0000 (15:20 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@142 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/lib/syscall-compat.hc
util-vserver/lib/syscall-legacy.hc

index 474157f..630265b 100644 (file)
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif
-
 #include "compat.h"
+
+#include "safechroot-internal.hc"
+
 #include "vserver.h"
 #include "vserver-internal.h"
 
index 9b93fde..79dc78c 100644 (file)
@@ -29,6 +29,8 @@
        If this file does not have those system calls (not a patched kernel source)
        we rely on static values in this file.
 */
+#include "safechroot-internal.hc"
+
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>