summaryrefslogtreecommitdiff
path: root/net/bounce
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-10-03 01:35:42 +0000
committerhubertf <hubertf@pkgsrc.org>2000-10-03 01:35:42 +0000
commit1eb7d259ca7850cbcb1c9946a800872e536e90a6 (patch)
treea54a2ca545e86cce7f8cb8a091581b0bf01a8e3e /net/bounce
parent49e04e9eb79e5a7fb254d30c34fb3970f723796f (diff)
downloadpkgsrc-1eb7d259ca7850cbcb1c9946a800872e536e90a6.tar.gz
Make this work on alpha:
Shouldn't the header that defines FD_ZERO() etc. pull in the header that defined memset()?
Diffstat (limited to 'net/bounce')
-rw-r--r--net/bounce/files/patch-sum3
-rw-r--r--net/bounce/patches/patch-aa14
2 files changed, 17 insertions, 0 deletions
diff --git a/net/bounce/files/patch-sum b/net/bounce/files/patch-sum
new file mode 100644
index 00000000000..c83814ee7f0
--- /dev/null
+++ b/net/bounce/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1 2000/10/03 01:35:42 hubertf Exp $
+
+MD5 (patch-aa) = 12bebed244f3ab58805142be8e1ff6c7
diff --git a/net/bounce/patches/patch-aa b/net/bounce/patches/patch-aa
new file mode 100644
index 00000000000..b14ecb37d1b
--- /dev/null
+++ b/net/bounce/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2000/10/03 01:35:43 hubertf Exp $
+
+--- bounce.c.orig Mon Oct 2 21:31:42 2000
++++ bounce.c
+@@ -11,6 +11,9 @@
+ #ifdef _AIX
+ #include <sys/select.h>
+ #endif
++#ifdef __NetBSD__
++#include <string.h> /* memset() for FD_*() macros */
++#endif
+
+ #include <fcntl.h>
+ #include <errno.h>