Make this work on alpha:
Shouldn't the header that defines FD_ZERO() etc. pull in the header that defined memset()?
This commit is contained in:
parent
49e04e9eb7
commit
1eb7d259ca
2 changed files with 17 additions and 0 deletions
3
net/bounce/files/patch-sum
Normal file
3
net/bounce/files/patch-sum
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: patch-sum,v 1.1 2000/10/03 01:35:42 hubertf Exp $
|
||||
|
||||
MD5 (patch-aa) = 12bebed244f3ab58805142be8e1ff6c7
|
14
net/bounce/patches/patch-aa
Normal file
14
net/bounce/patches/patch-aa
Normal file
|
@ -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>
|
Loading…
Reference in a new issue