X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fsyscall_ctxmigrate-v13.hc;fp=lib%2Fsyscall_ctxmigrate-v13.hc;h=641ee3fc2461f59ff1f03c596db597aefa3929f8;hb=2822ba293eb308225c50d346930c47bf98d9927b;hp=930a599569334eafa44f47134f981294ba909592;hpb=2894fc5a4c8335e4d7221311fed0556f33f8047c;p=util-vserver.git diff --git a/lib/syscall_ctxmigrate-v13.hc b/lib/syscall_ctxmigrate-v13.hc index 930a599..641ee3f 100644 --- a/lib/syscall_ctxmigrate-v13.hc +++ b/lib/syscall_ctxmigrate-v13.hc @@ -1,4 +1,4 @@ -// $Id: syscall_ctxmigrate-v13.hc 2339 2006-09-29 22:15:14Z dhozac $ --*- c -*-- +// $Id: syscall_ctxmigrate-v13.hc,v 1.1 2004/04/14 23:19:51 ensc Exp $ --*- c -*-- // Copyright (C) 2004 Enrico Scholz // @@ -23,5 +23,5 @@ static inline ALWAYSINLINE int vc_ctx_migrate_v13(xid_t xid) { - return vserver(VCMD_ctx_migrate_v0, CTX_USER2KERNEL(xid), NULL); + return vserver(VCMD_ctx_migrate, CTX_USER2KERNEL(xid), 0); }