X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fsrc%2Fcompat-pivot_root.h;h=9c3872c5ea26b90bf6b294c3cc68ba67a03039c5;hb=3d3bef62d063caeb506a404e89fdac929b249591;hp=9fcdba2993b7a65dd03e1a0d0ed5dc261287dc50;hpb=0692b508de44595db941a2b98b5a73228a65e8fc;p=util-vserver.git diff --git a/util-vserver/src/compat-pivot_root.h b/util-vserver/src/compat-pivot_root.h index 9fcdba2..9c3872c 100644 --- a/util-vserver/src/compat-pivot_root.h +++ b/util-vserver/src/compat-pivot_root.h @@ -19,11 +19,11 @@ #ifndef H_UTIL_VSERVER_SRC_COMPAT_PIVOT_ROOT_H #define H_UTIL_VSERVER_SRC_COMPAT_PIVOT_ROOT_H -#include #include -#include #include -_syscall2(int,pivot_root,const char *,new_root,const char *,put_old) +#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