* SUCH DAMAGE.
*/
+/* $Id: snprintf.c,v 1.3 2000-01-10 16:57:44 fenner Exp $ */
+
#ifdef HAVE_CONFIG_H
#include <config.h>
-/* $Id: snprintf.c,v 1.1 2000-01-07 16:01:38 assar Exp $ */
#endif
+
+#ifndef lint
+static const char rcsid[] =
+ "@(#) $Header: /tcpdump/master/tcpdump/missing/snprintf.c,v 1.3 2000-01-10 16:57:44 fenner Exp $";
+#endif
+
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
+#include <sys/types.h>
#include <interface.h>