X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/b9ac23ce92ca22483d56ee3192c54aa8f782f9ac..refs/pull/482/head:/vfprintf.c diff --git a/vfprintf.c b/vfprintf.c index 394b2307..ae28bcfd 100644 --- a/vfprintf.c +++ b/vfprintf.c @@ -19,11 +19,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/vfprintf.c,v 1.3 1999-11-21 09:37:05 fenner Exp $ (LBL)"; -#endif - #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -31,15 +26,11 @@ static const char rcsid[] = #include #include -#if __STDC__ #include -#else -#include -#endif #include #include -#include "interface.h" +#include "netdissect.h" /* * Stock 4.3 doesn't have vfprintf.