X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fsyscall_ctxcreate.c;h=541213e2db8025ec7b1015abcfe15ec00970d339;hb=e92fe32dae6f34ceea892a44c60f43cf23b1188f;hp=cb42c7466e5dceb7b829c7a5568a503f23392533;hpb=05f8e8a30aa7c113890e3d28341a010c0f994dac;p=util-vserver.git diff --git a/lib/syscall_ctxcreate.c b/lib/syscall_ctxcreate.c index cb42c74..541213e 100644 --- a/lib/syscall_ctxcreate.c +++ b/lib/syscall_ctxcreate.c @@ -36,16 +36,11 @@ # include "syscall_ctxcreate-v21.hc" #endif -#if defined(VC_ENABLE_API_V23) -# include "syscall_ctxcreate-v23.hc" -#endif - #if defined(VC_ENABLE_API_V13) || defined(VC_ENABLE_API_V21) xid_t vc_ctx_create(xid_t xid, struct vc_ctx_flags *flags) { - CALL_VC(CALL_VC_V23P(vc_ctx_create, xid, flags), - CALL_VC_V21 (vc_ctx_create, xid, flags), + CALL_VC(CALL_VC_V21 (vc_ctx_create, xid, flags), CALL_VC_V13A(vc_ctx_create, xid, flags)); } #endif