[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
typo in client/netbsd-meminfo.c in xymon-4.3.0-beta2
- To: hobbit (at) hswn.dk
- Subject: typo in client/netbsd-meminfo.c in xymon-4.3.0-beta2
- From: "S.P.Zeidler" <spz (at) serpens.de>
- Date: Tue, 9 Feb 2010 00:06:12 +0100
- User-agent: Mutt/1.5.20 (2009-06-14)
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)