From: Enrico Scholz Date: Tue, 30 Dec 2003 19:15:06 +0000 (+0000) Subject: use instead of to fix problems with X-Git-Tag: VERSION_0_10~991 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6826592c922a5b439ac4403a5047e4a9568b14d;p=util-vserver.git use instead of to fix problems with RH's headers git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@532 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- 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