head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.6 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.4 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.2 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.1.0.16 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.14 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.12 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.10 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.8 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.6 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.4 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.2 pkgsrc-2009Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2011.09.16.11.59.00; author obache; state dead; branches; next 1.1; 1.1 date 2009.07.28.19.42.26; author spz; state Exp; branches; next ; desc @@ 1.2 log @Hobbit Monitor has been renamed to Xymon. @ text @$NetBSD: patch-ac,v 1.1 2009/07/28 19:42:26 spz Exp $ --- client/netbsd-meminfo.c.orig 2006-08-09 20:09:58.000000000 +0000 +++ client/netbsd-meminfo.c 2008-11-23 15:09:28.000000000 +0000 @@@@ -21,8 +21,8 @@@@ int main(int argc, char *argv[]) { - int hw_physmem[] = { CTL_HW, HW_PHYSMEM }; - int physmem; + int hw_physmem[] = { CTL_HW, HW_PHYSMEM64 }; + int64_t physmem; int hw_pagesize[] = { CTL_HW, HW_PAGESIZE }; int pagesize; @ 1.1 log @as discussed with gendalia@@: - add a patch to use hw.physmem64 instead of hw.physmem - change paths around so VARBASE gets a workout too - a bit of package makeup (DESTDIR, LICENSE) @ text @d1 1 a1 1 $NetBSD: $ @