]> The Tcpdump Group git mirrors - tcpdump/blobdiff - savestr.c
The stuff in the "linux-include" directory is no longer needed, as we no
[tcpdump] / savestr.c
index 99842ccf7189ebf6cd4a9df7a2a8f545734d7bf0..7ff87ad9a65c7a59c003e8290c272dfca7173549 100644 (file)
--- a/savestr.c
+++ b/savestr.c
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/Attic/savestr.c,v 1.3 1999-10-30 05:11:22 itojun Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/Attic/savestr.c,v 1.6 2000-07-11 00:49:02 assar Exp $ (LBL)";
+#endif
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <sys/types.h>
 
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
-#include "gnuc.h"
 #ifdef HAVE_OS_PROTO_H
 #include "os-proto.h"
 #endif