]> The Tcpdump Group git mirrors - tcpdump/blobdiff - strcasecmp.c
From Albert Chin: IBM's C compiler, at least for AIX 4.3.3, doesn't
[tcpdump] / strcasecmp.c
index 8f9bcf2a189cbfec0be2f75fbff53657bf2be6e0..f19ccf547d1a1e72add5b6a465d88649e170ab90 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[] _U_ =
+     "@(#) $Header: /tcpdump/master/tcpdump/strcasecmp.c,v 1.6 2003-11-16 09:36:43 guy Exp $";
+#endif
+
+#include <tcpdump-stdinc.h>
 
 #include "interface.h"