X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fsrc%2Fcompat-pivot_root.h;h=5ecff856ffe33cdb08cfcd89b9a2241304e23d48;hb=a917f24ef7b003dcef54a3db2644cf9cb4bc2db2;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..5ecff85 100644 --- a/util-vserver/src/compat-pivot_root.h +++ b/util-vserver/src/compat-pivot_root.h @@ -21,9 +21,9 @@ #include #include -#include +#include #include -_syscall2(int,pivot_root,const char *,new_root,const char *,put_old) +inline static _syscall2(int,pivot_root,const char *,new_root,const char *,put_old) #endif // H_UTIL_VSERVER_SRC_COMPAT_PIVOT_ROOT_H