X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f555c163f90c9de17ebcef8313f86404c5174ca9..refs/heads/tcpdump-4.6:/vfprintf.c diff --git a/vfprintf.c b/vfprintf.c index 2fbb1bcc..6f3e15f7 100644 --- a/vfprintf.c +++ b/vfprintf.c @@ -19,19 +19,14 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/vfprintf.c,v 1.2 1999-10-07 23:47:13 mcr Exp $ (LBL)"; +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include #include -#if __STDC__ #include -#else -#include -#endif #include #include