From: Enrico Scholz Date: Fri, 20 Feb 2004 17:05:14 +0000 (+0000) Subject: VC_ENABLE_API_V13(): incremented needed API-version X-Git-Tag: VERSION_0_10~592 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=203e4ad2cba7abc36ba0eafe870fa78a6e8fe4f3;p=util-vserver.git VC_ENABLE_API_V13(): incremented needed API-version git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@971 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/lib/vserver-internal.h b/util-vserver/lib/vserver-internal.h index a4ece36..e49b063 100644 --- a/util-vserver/lib/vserver-internal.h +++ b/util-vserver/lib/vserver-internal.h @@ -79,7 +79,7 @@ #endif #ifdef VC_ENABLE_API_V13 -# define CALL_VC_V13(F,...) CALL_VC_GENERAL(0x00010010, v13, F, __VA_ARGS__) +# define CALL_VC_V13(F,...) CALL_VC_GENERAL(0x00010011, v13, F, __VA_ARGS__) #else # define CALL_VC_V13(F,...) CALL_VC_NOOP #endif