From a440c0378845068da874221822ab565eb87fddc6 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Tue, 14 Oct 2003 15:20:01 +0000 Subject: [PATCH] include "safechroot-internal.hc" 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 | 4 +++- util-vserver/lib/syscall-legacy.hc | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/util-vserver/lib/syscall-compat.hc b/util-vserver/lib/syscall-compat.hc index 474157f..630265b 100644 --- a/util-vserver/lib/syscall-compat.hc +++ b/util-vserver/lib/syscall-compat.hc @@ -19,8 +19,10 @@ #ifdef HAVE_CONFIG_H # include #endif - #include "compat.h" + +#include "safechroot-internal.hc" + #include "vserver.h" #include "vserver-internal.h" diff --git a/util-vserver/lib/syscall-legacy.hc b/util-vserver/lib/syscall-legacy.hc index 9b93fde..79dc78c 100644 --- a/util-vserver/lib/syscall-legacy.hc +++ b/util-vserver/lib/syscall-legacy.hc @@ -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 #include #include -- 1.8.1.5