X-Git-Url: http://git.onelab.eu/?p=util-vserver.git;a=blobdiff_plain;f=lib%2Fsyscall_ctxcreate-v13.hc;h=f29b08796f2cb5b23080e92fb5acd29ffba55226;hp=23c45d96770e20f8fd095dc8fd46774889a0aa12;hb=2822ba293eb308225c50d346930c47bf98d9927b;hpb=2894fc5a4c8335e4d7221311fed0556f33f8047c diff --git a/lib/syscall_ctxcreate-v13.hc b/lib/syscall_ctxcreate-v13.hc index 23c45d9..f29b087 100644 --- a/lib/syscall_ctxcreate-v13.hc +++ b/lib/syscall_ctxcreate-v13.hc @@ -1,4 +1,4 @@ -// $Id: syscall_ctxcreate-v13.hc 2193 2005-10-28 17:51:09Z ensc $ --*- c -*-- +// $Id: syscall_ctxcreate-v13.hc,v 1.2 2004/04/22 20:45:50 ensc Exp $ --*- c -*-- // Copyright (C) 2004 Enrico Scholz // @@ -23,7 +23,7 @@ static inline ALWAYSINLINE xid_t vc_ctx_create_v13(xid_t xid) { - xid_t res = vserver(VCMD_ctx_create_v0, CTX_USER2KERNEL(xid), 0); + xid_t res = vserver(VCMD_ctx_create, CTX_USER2KERNEL(xid), 0); return CTX_KERNEL2USER(res); }