summaryrefslogtreecommitdiff
path: root/sysutils/xuvmstat/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xuvmstat/patches/patch-aa')
-rw-r--r--sysutils/xuvmstat/patches/patch-aa14
1 files changed, 0 insertions, 14 deletions
diff --git a/sysutils/xuvmstat/patches/patch-aa b/sysutils/xuvmstat/patches/patch-aa
deleted file mode 100644
index abd11f4709d..00000000000
--- a/sysutils/xuvmstat/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$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);