8 Feb
2010
8 Feb
'10
11:06 p.m.
Hi, it's int64_t not int64: --- client/netbsd-meminfo.c.orig 2009-02-12 13:09:34.000000000 +0000 +++ client/netbsd-meminfo.c @@ -22,7 +22,7 @@ static char rcsid[] = "$Id: netbsd-memin int main(int argc, char *argv[]) { int hw_physmem[] = { CTL_HW, HW_PHYSMEM64 }; - int64 physmem; + int64_t physmem; int hw_pagesize[] = { CTL_HW, HW_PAGESIZE }; int pagesize; best regards, spz -- spz at serpens.de (S.P.Zeidler)