diff options
Diffstat (limited to 'net/lopster/patches/patch-ac')
-rw-r--r-- | net/lopster/patches/patch-ac | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/net/lopster/patches/patch-ac b/net/lopster/patches/patch-ac index 0e8d53ee03d..d1762e9e346 100644 --- a/net/lopster/patches/patch-ac +++ b/net/lopster/patches/patch-ac @@ -1,11 +1,14 @@ -$NetBSD: patch-ac,v 1.1 2001/03/28 02:35:38 hubertf Exp $ +$NetBSD: patch-ac,v 1.2 2002/01/18 13:39:05 martti Exp $ ---- src/browse.c.orig Mon Feb 12 21:50:55 2001 -+++ src/browse.c -@@ -1,3 +1,6 @@ +--- src/browse.c.orig Wed Oct 31 19:52:26 2001 ++++ src/browse.c Fri Jan 18 14:21:34 2002 +@@ -4,6 +4,9 @@ + + #ifdef HAVE_CONFIG_H + # include <config.h> +#ifndef __NetBSD_ +#include <sys/types.h> +#endif - #include <sys/socket.h> + #endif #include <sys/types.h> - #include <stdio.h> + #include <sys/socket.h> |