openvz: Fix wordsize on 64 bit architectures

The word size there is 64 bit not 8.
This commit is contained in:
Guido Günther 2012-06-14 20:14:05 +02:00
parent 2c68080444
commit 7dcee3f956

View File

@ -195,7 +195,7 @@ virCapsPtr openvzCapsInit(void)
if ((guest = virCapabilitiesAddGuest(caps, if ((guest = virCapabilitiesAddGuest(caps,
"exe", "exe",
utsname.machine, utsname.machine,
sizeof(int) == 4 ? 32 : 8, sizeof(int) == 4 ? 32 : 64,
NULL, NULL,
NULL, NULL,
0, 0,