projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
67aa797
)
Use the correct type for the configuration bitfield.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Fri, 29 Dec 2006 20:33:26 +0000 (20:33 +0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Fri, 29 Dec 2006 20:33:26 +0000 (20:33 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2437
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
055dd07
..
c8bf60f
100644
(file)
--- a/
lib/vserver-internal.h
+++ b/
lib/vserver-internal.h
@@
-50,7
+50,7
@@
inline static ALWAYSINLINE void vc_noop0() {}
# define CALL_VC(...) \
do { \
int ver = utilvserver_checkCompatVersion(); \
- int UNUSED conf = utilvserver_checkCompatConfig(); \
+ uint_least32_t conf = utilvserver_checkCompatConfig(); \
if (ver==-1) return -1; \
VC_SUFFIX, __VA_ARGS__, VC_PREFIX; \
errno = ENOSYS; \