]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/snprintf.c
Move AFS info into man page
[tcpdump] / missing / snprintf.c
index 1df2bc54e8cf71b1d0f89f2f7cbdb16b55bbcedf..9683ecaf8fa268af491d83dff364f14275f4f317 100644 (file)
  * 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>