X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fvserver.c;h=3c6d58cd867011355939005cbae0b9affc3cc274;hb=07ba05937aeaedd683656c3912040950dbf4a152;hp=f15bb3b5694ce7b6394eda40b69016392344ff04;hpb=109aa67e9a982321af6547b92b5b2b6c8ae2c244;p=collectd.git diff --git a/src/vserver.c b/src/vserver.c index f15bb3b5..3c6d58cd 100644 --- a/src/vserver.c +++ b/src/vserver.c @@ -42,7 +42,7 @@ #error "No applicable input method." #endif -static int pagesize = 0; +static int pagesize; static int vserver_init(void) { /* XXX Should we check for getpagesize () in configure?