diff options
Diffstat (limited to 'net/ettercap-NG/patches/patch-ad')
-rw-r--r-- | net/ettercap-NG/patches/patch-ad | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/ettercap-NG/patches/patch-ad b/net/ettercap-NG/patches/patch-ad new file mode 100644 index 00000000000..da6c6fa44a2 --- /dev/null +++ b/net/ettercap-NG/patches/patch-ad @@ -0,0 +1,16 @@ +$NetBSD: patch-ad,v 1.1.1.1 2005/05/05 19:34:44 xtraeme Exp $ + +--- src/os/ec_bsd.c.orig 2004-07-13 11:35:44.000000000 +0200 ++++ src/os/ec_bsd.c +@@ -22,6 +22,11 @@ + + #include <sys/socket.h> + #include <sys/param.h> ++ ++#ifdef OS_BSD_NET ++ #undef _SYS_QUEUE_H_ ++#endif ++ + #include <sys/sysctl.h> + + #include <sys/ioctl.h> |