]> The Tcpdump Group git mirrors - tcpdump/blobdiff - strcasecmp.c
don't pass on src & dst MAC adresses to the isoclns decoder as MAC adresses
[tcpdump] / strcasecmp.c
index f2ac0771318cf9f78e14211722349b2f8513a6b9..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"