]> The Tcpdump Group git mirrors - tcpdump/blobdiff - strcasecmp.c
Get rid of an extra newline.
[tcpdump] / strcasecmp.c
index 8f9bcf2a189cbfec0be2f75fbff53657bf2be6e0..7b98fc19c9588a7e907e7e6075ec3e0d72045a01 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
 
+#ifndef lint
+static const char rcsid[] =
+     "@(#) $Header: /tcpdump/master/tcpdump/strcasecmp.c,v 1.3 2000-01-09 21:34:21 fenner Exp $";
+#endif
+
 #include <sys/types.h>
 
 #include "interface.h"