diff options
Diffstat (limited to 'net/lopster/patches/patch-ab')
-rw-r--r-- | net/lopster/patches/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/lopster/patches/patch-ab b/net/lopster/patches/patch-ab new file mode 100644 index 00000000000..40749d5cab8 --- /dev/null +++ b/net/lopster/patches/patch-ab @@ -0,0 +1,11 @@ +$NetBSD: patch-ab,v 1.1 2001/03/28 02:35:38 hubertf Exp $ + +--- src/handler.c.orig Tue Feb 13 17:14:20 2001 ++++ src/handler.c +@@ -1,3 +1,6 @@ ++#ifdef __NetBSD__ ++#include <sys/types.h> ++#endif + #include <sys/socket.h> + #include <netinet/in.h> + #include <stdlib.h> |