summaryrefslogtreecommitdiff
path: root/strcasecmp.c
diff options
context:
space:
mode:
authorfenner <fenner>2000-01-09 21:34:14 +0000
committerfenner <fenner>2000-01-09 21:34:14 +0000
commit34ff77ff4318038a1c9f8d31e4bb50ad5ba10cd1 (patch)
treee395c5f4351232c91d41d6e13f84f9d392d9badc /strcasecmp.c
parent56b7077c70924d81e982cfd0c7c47561966fffe5 (diff)
downloadtcpdump-34ff77ff4318038a1c9f8d31e4bb50ad5ba10cd1.tar.gz
Unify rcsid[]'s.
Diffstat (limited to 'strcasecmp.c')
-rw-r--r--strcasecmp.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/strcasecmp.c b/strcasecmp.c
index 8f9bcf2a..7b98fc19 100644
--- a/strcasecmp.c
+++ b/strcasecmp.c
@@ -10,14 +10,15 @@
* 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"