X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f555c163f90c9de17ebcef8313f86404c5174ca9..refs/heads/tcpdump-3.8:/vfprintf.c diff --git a/vfprintf.c b/vfprintf.c index 2fbb1bcc..d22753af 100644 --- a/vfprintf.c +++ b/vfprintf.c @@ -20,18 +20,18 @@ */ #ifndef lint -static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/vfprintf.c,v 1.2 1999-10-07 23:47:13 mcr Exp $ (LBL)"; +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/tcpdump/vfprintf.c,v 1.4.8.2 2003-11-16 08:51:58 guy Exp $ (LBL)"; +#endif + +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include #include -#if __STDC__ #include -#else -#include -#endif #include #include