summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorassar <assar>2000-06-18 13:01:34 +0000
committerassar <assar>2000-06-18 13:01:34 +0000
commit7f44046253d4d7e31916b7a8832831a7c2717a8c (patch)
tree4fc3f5a9d8f116e9e6c84849688476240954c24c /net
parent59fd929d60a190e911587519b6a811cb42e0a2d7 (diff)
downloadpkgsrc-7f44046253d4d7e31916b7a8832831a7c2717a8c.tar.gz
Add new patch to make sure that the test for vfs_getnewfsid works
correctly on 1.4ZD, from "Dr. Lex Wennmacher" <wennmach@geo.Uni-Koeln.DE>
Diffstat (limited to 'net')
-rw-r--r--net/arla/files/patch-sum4
-rw-r--r--net/arla/patches/patch-al18
2 files changed, 21 insertions, 1 deletions
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 <sys/vnode.h>, 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 <sys/module.h>
+ #endif
++#include <sys/vnode.h>
+ #include <sys/mount.h>
+
+ int main() {
+