typo in client/netbsd-meminfo.c in xymon-4.3.0-beta2
S.P.Zeidler
spz at serpens.de
Tue Feb 9 00:06:12 CET 2010
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)
More information about the Xymon
mailing list