]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/snprintf.c
remove tcpdump's own CVS keywords
[tcpdump] / missing / snprintf.c
index 79329977bf9bed4026a3990b55937adf182d1f76..21d235d217f2e80d4d7d56a677fcb336aece48c0 100644 (file)
  * SUCH DAMAGE.
  */
 
-/* $Id: snprintf.c,v 1.8 2003-11-16 09:36:51 guy Exp $ */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
 
-#ifndef lint
-static const char rcsid[] _U_ =
-     "@(#) $Header: /tcpdump/master/tcpdump/missing/snprintf.c,v 1.8 2003-11-16 09:36:51 guy Exp $";
-#endif
-
 #include <stdio.h>
 #include <stdarg.h>
 #include <stdlib.h>