]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Patches from Michael Madore <[email protected]> to include
authorguy <guy>
Mon, 19 Mar 2001 03:58:10 +0000 (03:58 +0000)
committerguy <guy>
Mon, 19 Mar 2001 03:58:10 +0000 (03:58 +0000)
<string.h> in "print-cip.c" and "print-radius.c" to properly declare
"memcmp()" and "strcpy()".

CREDITS
print-cip.c
print-radius.c

diff --git a/CREDITS b/CREDITS
index 1f14a0a8f0f478cb5868946aaa9ef8c33da81e3b..d3a7474e02b0fb9ba78e48b8ec1e32bbc40da1c7 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -36,6 +36,7 @@ Additional people who have contributed patches:
        Lennert Buytenhek               <[email protected]>
        Love Hörnquist-Ã…strand          <[email protected]>
        Marko Kiiskila                  <[email protected]>
+       Michael Madore                  <[email protected]>
        Michael Shalayeff               <[email protected]>
        Michael T. Stolarchuk           <[email protected]>
        Monroe Williams                 <[email protected]>
index 58fec126d15012a99cdac23274f5795eafd58569..a6467136a253ca875e6f428986ca3fcb4806d365 100644 (file)
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-cip.c,v 1.11 2000-12-22 22:45:10 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-cip.c,v 1.12 2001-03-19 03:58:10 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
+#include <string.h>
+
 #include <sys/param.h>
 #include <sys/time.h>
 #include <sys/types.h>
index 25999869c262629e0bc8738bfa5c19283383c93c..26da4832b45cb24f79116b7627d17ffc0c186205 100644 (file)
 
 #ifndef lint
 static const char rcsid[] =
-    "$Id: print-radius.c,v 1.5 2000-12-18 08:16:58 guy Exp $";
+    "$Id: print-radius.c,v 1.6 2001-03-19 03:58:11 guy Exp $";
 #endif
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
+#include <string.h>
+
 #include <sys/param.h>
 
 #include <netinet/in.h>