pkgsrc/net/ettercap-NG/patches/patch-ad
xtraeme f3a9bbe3cb Initial import of ettercap-NG 0.7.2 from pkgsrc-wip, packaged
by Adrian Portelli.

Ettercap is a suite for man in the middle attacks on LAN. It features
sniffing of live connections, content filtering on the fly and many
other interesting tricks.  It supports active and passive dissection
of many protocols (even ciphered ones) and includes many feature
for network and host analysis.
2005-05-05 19:34:44 +00:00

16 lines
321 B
Text

$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>