projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5990e5a
)
Use the correct syscall.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Sun, 2 Sep 2007 19:51:14 +0000 (19:51 +0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Sun, 2 Sep 2007 19:51:14 +0000 (19:51 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2603
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
lib/syscall_getccaps-v13.hc
patch
|
blob
|
history
diff --git
a/lib/syscall_getccaps-v13.hc
b/lib/syscall_getccaps-v13.hc
index
28295ce
..
96b738c
100644
(file)
--- a/
lib/syscall_getccaps-v13.hc
+++ b/
lib/syscall_getccaps-v13.hc
@@
-26,7
+26,7
@@
vc_get_ccaps_v13(xid_t xid, struct vc_ctx_caps *caps)
struct vcmd_ctx_caps_v0 k_caps;
int res;
- res = vserver(VCMD_get_ccaps, CTX_USER2KERNEL(xid), &k_caps);
+ res = vserver(VCMD_get_ccaps_v0, CTX_USER2KERNEL(xid), &k_caps);
caps->bcaps = k_caps.bcaps;
caps->bmask = ~0ull;
caps->ccaps = k_caps.ccaps;