projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b39a50d
)
Pid namespace support will be available in 0x00020304.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Thu, 21 Aug 2008 17:57:33 +0000 (17:57 +0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Thu, 21 Aug 2008 17:57:33 +0000 (17:57 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2757
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
lib/vserver-internal.h
patch
|
blob
|
history
diff --git
a/lib/vserver-internal.h
b/lib/vserver-internal.h
index
c42010b
..
334357e
100644
(file)
--- a/
lib/vserver-internal.h
+++ b/
lib/vserver-internal.h
@@
-139,7
+139,7
@@
inline static ALWAYSINLINE void vc_noop0() {}
#endif
#ifdef VC_ENABLE_API_V23
-# define CALL_VC_V23P(F,...) CALL_VC_GENERAL(0x00020303, v23, F, __VA_ARGS__)
+# define CALL_VC_V23P(F,...) CALL_VC_GENERAL(0x00020304, v23, F, __VA_ARGS__)
#else
# define CALL_VC_V23P(F,...) CALL_VC_NOOP
#endif