From 2f11f769c73150fa8da940a6b442d8a4d63039c7 Mon Sep 17 00:00:00 2001 From: simonb Date: Mon, 19 Feb 2001 13:30:24 +0000 Subject: LP64 fixes. --- sysutils/xuvmstat/files/patch-sum | 5 +++++ sysutils/xuvmstat/patches/patch-aa | 14 ++++++++++++++ sysutils/xuvmstat/patches/patch-ab | 13 +++++++++++++ sysutils/xuvmstat/patches/patch-ac | 12 ++++++++++++ 4 files changed, 44 insertions(+) create mode 100644 sysutils/xuvmstat/files/patch-sum create mode 100644 sysutils/xuvmstat/patches/patch-aa create mode 100644 sysutils/xuvmstat/patches/patch-ab create mode 100644 sysutils/xuvmstat/patches/patch-ac (limited to 'sysutils/xuvmstat') diff --git a/sysutils/xuvmstat/files/patch-sum b/sysutils/xuvmstat/files/patch-sum new file mode 100644 index 00000000000..fb35771900e --- /dev/null +++ b/sysutils/xuvmstat/files/patch-sum @@ -0,0 +1,5 @@ +$NetBSD: patch-sum,v 1.1 2001/02/19 13:30:24 simonb Exp $ + +MD5 (patch-aa) = 7ad1e79482b9cae5694ef7dfa2eb7cb3 +MD5 (patch-ab) = fe42e069f7bf7c6f134c711877c0b221 +MD5 (patch-ac) = 3dcb742a72ffb25569a09713582b8859 diff --git a/sysutils/xuvmstat/patches/patch-aa b/sysutils/xuvmstat/patches/patch-aa new file mode 100644 index 00000000000..abd11f4709d --- /dev/null +++ b/sysutils/xuvmstat/patches/patch-aa @@ -0,0 +1,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); diff --git a/sysutils/xuvmstat/patches/patch-ab b/sysutils/xuvmstat/patches/patch-ab new file mode 100644 index 00000000000..0ab9f37baa0 --- /dev/null +++ b/sysutils/xuvmstat/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2001/02/19 13:30:26 simonb Exp $ + +--- libcdcx.c.orig Mon Feb 12 12:28:18 2001 ++++ libcdcx.c Tue Feb 20 00:13:21 2001 +@@ -32,6 +32,8 @@ + + + #include ++#include ++#include + #include + #include + #include "libcdcx.h" diff --git a/sysutils/xuvmstat/patches/patch-ac b/sysutils/xuvmstat/patches/patch-ac new file mode 100644 index 00000000000..9aef477dc60 --- /dev/null +++ b/sysutils/xuvmstat/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2001/02/19 13:30:26 simonb Exp $ + +--- xuvmstat.c.orig Mon Feb 12 12:30:00 2001 ++++ xuvmstat.c Tue Feb 20 00:26:32 2001 +@@ -26,6 +26,7 @@ + + #include + #include ++#include + #include + #include + #include -- cgit v1.2.3