X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3824a6c0417a551961d1a1bf4f94f10eff736afc..refs/heads/tcpdump-4.6:/vfprintf.c diff --git a/vfprintf.c b/vfprintf.c index b24c1293..6f3e15f7 100644 --- a/vfprintf.c +++ b/vfprintf.c @@ -19,7 +19,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -33,10 +32,6 @@ #include "interface.h" -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/vfprintf.c,v 1.5 2003-11-15 00:39:46 guy Exp $ (LBL)"; -#endif /* * Stock 4.3 doesn't have vfprintf. * This routine is due to Chris Torek.