X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/b9ac23ce92ca22483d56ee3192c54aa8f782f9ac..refs/heads/tcpdump-4.6:/vfprintf.c diff --git a/vfprintf.c b/vfprintf.c index 394b2307..6f3e15f7 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,11 +26,7 @@ static const char rcsid[] = #include #include -#if __STDC__ #include -#else -#include -#endif #include #include