X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fsyscall_ctxcreate.c;h=541213e2db8025ec7b1015abcfe15ec00970d339;hb=3b54486e6eff7f10185e0f43234403b0fc2dd048;hp=cb42c7466e5dceb7b829c7a5568a503f23392533;hpb=859c1061d8e71309382f147a2497b272bf0abb9b;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