From 04510fae5c2a3bc8360c411245a99bb2449fc7d0 Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 3 Aug 2002 19:49:30 +0000 Subject: [PATCH] We don't use anything from (we need to know the AF_ values of the various BSDs that support DLT_NULL, but those aren't necessarily the AF_ values on the machine on which you're building Ethereal), so we don't need to include it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5939 f5534014-38df-0310-8fa8-9805f1628bb7 --- packet-null.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packet-null.c b/packet-null.c index 75c2146d44..851e5e79d2 100644 --- a/packet-null.c +++ b/packet-null.c @@ -1,7 +1,7 @@ /* packet-null.c * Routines for null packet disassembly * - * $Id: packet-null.c,v 1.54 2002/08/02 23:35:55 jmayer Exp $ + * $Id: packet-null.c,v 1.55 2002/08/03 19:49:30 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -30,10 +30,6 @@ #include -#ifdef HAVE_SYS_SOCKET_H -#include -#endif - #include #include #include "packet-null.h" -- 2.34.1