summaryrefslogtreecommitdiff
path: root/net/bounce/patches/patch-aa
blob: b14ecb37d1b66ede0ff06d83f0a90955361b05f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>