aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/xymon-client/files/patch-freebsd-meminfo.c
blob: 9c556e5b039e8deea8426908300ae510aa8063c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- client/freebsd-meminfo.c.orig	2006-08-09 22:09:58.000000000 +0200
+++ client/freebsd-meminfo.c	2008-03-01 04:31:43.000000000 +0100
@@ -23,7 +23,7 @@
 	unsigned long physmem;
 
 	int hw_pagesize[] = { CTL_HW, HW_PAGESIZE };
-	unsigned long pagesize;
+	int pagesize;
 
 	int vm_vmtotal[] = { CTL_VM, VM_METER };
 	struct vmtotal vmdata;