From a315c9b9b282f2b4e88f77aeea14558ab49f7f9f Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Thu, 22 Apr 2004 20:45:50 +0000 Subject: [PATCH] fixed return value git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1500 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/lib/syscall_ctxcreate-v13.hc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util-vserver/lib/syscall_ctxcreate-v13.hc b/util-vserver/lib/syscall_ctxcreate-v13.hc index 2899f2b..3de1d25 100644 --- a/util-vserver/lib/syscall_ctxcreate-v13.hc +++ b/util-vserver/lib/syscall_ctxcreate-v13.hc @@ -20,7 +20,7 @@ # include #endif -static inline ALWAYSINLINE int +static inline ALWAYSINLINE xid_t vc_ctx_create_v13(xid_t xid) { xid_t res = vserver(VCMD_ctx_create, CTX_USER2KERNEL(xid), 0); -- 1.8.1.5