From owner-freebsd-ports@FreeBSD.ORG Tue Feb 12 03:44:09 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C80E16A469 for ; Tue, 12 Feb 2008 03:44:09 +0000 (UTC) (envelope-from jau@jau.iki.fi) Received: from jau.iki.fi (ip193-64-26-117.cust.eunet.fi [193.64.26.117]) by mx1.freebsd.org (Postfix) with ESMTP id 987EC13C45A for ; Tue, 12 Feb 2008 03:44:07 +0000 (UTC) (envelope-from jau@jau.iki.fi) Received: from jau.iki.fi (localhost [127.0.0.1]) by jau.iki.fi (8.14.2/8.14.2) with ESMTP id m1C3i5ks099395 for ; Tue, 12 Feb 2008 05:44:05 +0200 (EET) (envelope-from jau@jau.iki.fi) Received: (from jau@localhost) by jau.iki.fi (8.14.2/8.14.2/Submit) id m1C3i5mC099394 for ports@FreeBSD.org; Tue, 12 Feb 2008 05:44:05 +0200 (EET) (envelope-from jau) Posted-Date: Tue, 12 Feb 2008 05:44:05 +0200 (EET) Message-Id: <200802120344.m1C3i5mC099394@jau.iki.fi> To: ports@FreeBSD.org Date: Tue, 12 Feb 2008 05:44:05 +0200 (EET) From: jau@iki.fi (Jukka A. Ukkonen) Sender: jau@iki.fi Latin-Date: dies Martis XII Februarie a.d. MMVIII Organization: Private person OS-Platform: FreeBSD Phone: +358-9-6215280 (home) / +358-500-606671 (gsm) Content-Conversion: prohibited X-Mailer: ELM [version 2.4 PL25+pgp] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV 0.92/5779/Mon Feb 11 21:56:48 2008 on mjolnir.thunderbolt.fi X-Virus-Status: Clean Cc: Subject: ssldump-0.9b3_2 fails to compile without this patch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jau@iki.fi List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2008 03:44:09 -0000 --- base/pcap-snoop.c.orig 2008-02-12 05:35:06.000000000 +0200 +++ base/pcap-snoop.c 2008-02-12 05:35:14.926848000 +0200 @@ -47,9 +47,6 @@ static char *RCSSTRING="$Id: pcap-snoop.c,v 1.14 2002/09/09 21:02:58 ekr Exp $"; -#include -#include -#include #ifndef _WIN32 #include #endif @@ -62,6 +59,9 @@ #include #endif #include +#include +#include +#include #include #include