]> The Tcpdump Group git mirrors - tcpdump/blobdiff - strcasecmp.c
add support for optional AFI, SAFI and MAXPREFL values that
[tcpdump] / strcasecmp.c
index 8f9bcf2a189cbfec0be2f75fbff53657bf2be6e0..ebb7288f55965c771e6fd958e2636beaabbfd4fa 100644 (file)
  * is provided ``as is'' without express or implied warranty.
  */
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char sccsid[] = "@(#)strcasecmp.c 5.5 (Berkeley) 11/24/87";
-#endif /* LIBC_SCCS and not lint */
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <sys/types.h>
+#ifndef lint
+static const char rcsid[] =
+     "@(#) $Header: /tcpdump/master/tcpdump/strcasecmp.c,v 1.4 2002-08-01 08:53:36 risso Exp $";
+#endif
+
+#include <tcpdump-stdinc.h>
 
 #include "interface.h"