From 7f44046253d4d7e31916b7a8832831a7c2717a8c Mon Sep 17 00:00:00 2001 From: assar Date: Sun, 18 Jun 2000 13:01:34 +0000 Subject: Add new patch to make sure that the test for vfs_getnewfsid works correctly on 1.4ZD, from "Dr. Lex Wennmacher" --- net/arla/files/patch-sum | 4 +++- net/arla/patches/patch-al | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 net/arla/patches/patch-al (limited to 'net') diff --git a/net/arla/files/patch-sum b/net/arla/files/patch-sum index 25a01ea57cb..2399f261ebd 100644 --- a/net/arla/files/patch-sum +++ b/net/arla/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.1.1.1 2000/06/08 15:56:28 wennmach Exp $ +$NetBSD: patch-sum,v 1.2 2000/06/18 13:01:34 assar Exp $ MD5 (patch-aa) = e96c11332180783528b4f549cb7884a4 MD5 (patch-ab) = 380a7bf1be1293ef21eefdd8b6ca14bf @@ -11,3 +11,5 @@ MD5 (patch-ah) = 5e194c76b21e9076bd6968b2fca24629 MD5 (patch-ai) = 1407e37a0d72566e22dfcf6f402ee1dd MD5 (patch-aj) = 0f9b4da8858d60fab0ac2b3de97a3795 MD5 (patch-ak) = 35638f7dc4dd55a5541dd3832afb40fc +MD5 (patch-al) = b1ef314ec5e56e7ae27489dde32d6b2e +MD5 (patch-al~) = 196adbc5b175532f8201893d44986f2a diff --git a/net/arla/patches/patch-al b/net/arla/patches/patch-al new file mode 100644 index 00000000000..8d2b2c1553c --- /dev/null +++ b/net/arla/patches/patch-al @@ -0,0 +1,18 @@ +$NetBSD: patch-al,v 1.1 2000/06/18 13:01:36 assar Exp $ + +The prototype for vfs_getnewfsid is defined in , so in order +to successfully test for the number of arguments, make sure that this header +file gets included. This patch is required to get arla to compile on +NetBSD-1.4ZD. + +--- configure.orig Sun Jun 18 11:32:44 2000 ++++ configure Sun Jun 18 11:40:40 2000 +@@ -9976,6 +9976,7 @@ + #ifdef HAVE_SYS_MODULE_H + #include + #endif ++#include + #include + + int main() { + -- cgit v1.2.3