6173596c71
Submitted by: Florian Smeets Obtained from: http://www.hobbitmon.com/hobbiton/2006/10/msg00432.html
11 lines
339 B
C
11 lines
339 B
C
--- 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;
|