use <syscall-wrap.h>
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 2 May 2005 21:44:06 +0000 (21:44 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 2 May 2005 21:44:06 +0000 (21:44 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2081 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/src/compat-pivot_root.h

index 5ecff85..9c3872c 100644 (file)
 #ifndef H_UTIL_VSERVER_SRC_COMPAT_PIVOT_ROOT_H
 #define H_UTIL_VSERVER_SRC_COMPAT_PIVOT_ROOT_H
 
-#include <sys/syscall.h>
 #include <unistd.h>
-#include <asm/unistd.h>
 #include <errno.h>
 
+#include "syscall-wrap.h"
+
 inline static _syscall2(int,pivot_root,const char *,new_root,const char *,put_old)
 
 #endif //  H_UTIL_VSERVER_SRC_COMPAT_PIVOT_ROOT_H