summaryrefslogtreecommitdiff
path: root/sysutils/xuvmstat/patches/patch-aa
blob: abd11f4709d89246e8440ae7d8e9a6a803c5bb61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.1 2001/02/19 13:30:25 simonb Exp $

--- get_uvmexp.c.orig	Mon Feb 12 12:18:14 2001
+++ get_uvmexp.c	Tue Feb 20 00:14:00 2001
@@ -31,7 +31,8 @@
 struct uvmexp *uvmexp;
 
 {
-  int mib[2], len;
+  int mib[2];
+  size_t len;
   mib[0] = CTL_VM;
   mib[1] = VM_UVMEXP;
   len = sizeof(*uvmexp);