From e81ced1913ecfe9b4e1496a7856a95a4c3ed6bb5 Mon Sep 17 00:00:00 2001 From: atatat Date: Wed, 6 Nov 2002 19:13:29 +0000 Subject: It seems that when kqueue was merged to the trunk, sys/select.h was altered to include sys/queue.h, which supplies a pile of macros and defines _SYS_QUEUE_H_. Prior to this change, ettercap was able to pull in its own ec_queue.h file to define these macros (and the missing ones below) and also define _SYS_QUEUE_H_. The two macros listed below are not in our definition of the macros, so we define them manually later, if they're not defined by the include files. --- net/ettercap/distinfo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/ettercap/distinfo') diff --git a/net/ettercap/distinfo b/net/ettercap/distinfo index 1d623b62905..e2a7271dcfe 100644 --- a/net/ettercap/distinfo +++ b/net/ettercap/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2002/06/05 00:29:02 hubertf Exp $ +$NetBSD: distinfo,v 1.3 2002/11/06 19:13:29 atatat Exp $ SHA1 (ettercap-0.6.6.6.tar.gz) = a76cb193adb9a92f07c4999097e5ad76dfc37c28 Size (ettercap-0.6.6.6.tar.gz) = 558542 bytes SHA1 (patch-aa) = faf5044190e8f30e0490238d276ff65a8c5bfb98 +SHA1 (patch-ab) = 107ef5dda9457313d7d939745a6a21dbe2b989ce -- cgit v1.2.3