diff options
Diffstat (limited to 'games/abuse/patches/patch-ai')
-rw-r--r-- | games/abuse/patches/patch-ai | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/abuse/patches/patch-ai b/games/abuse/patches/patch-ai index 14cce8b0406..dedcd2b5bcc 100644 --- a/games/abuse/patches/patch-ai +++ b/games/abuse/patches/patch-ai @@ -1,4 +1,4 @@ -$NetBSD: patch-ai,v 1.1 2002/07/16 14:26:20 agc Exp $ +$NetBSD: patch-ai,v 1.2 2005/11/11 15:20:41 joerg Exp $ --- abuse/src/net/mac/tcpip.hpp 2002/07/16 13:57:41 1.1 +++ abuse/src/net/mac/tcpip.hpp 2002/07/16 13:59:05 @@ -6,7 +6,7 @@ $NetBSD: patch-ai,v 1.1 2002/07/16 14:26:20 agc Exp $ void broadcastable(); } ; -+#if defined(__NetBSD__) ++#if defined(__NetBSD__) || defined(__DragonFly__) +#define SOCKLEN_TYPE __socklen_t +#else +#define SOCKLEN_TYPE int |