Module Name: src
Committed By: christos
Date: Sat Aug 11 16:25:32 UTC 2018
Modified Files:
src/common/lib/libc/string: strcasecmp.c
Log Message:
Add nbotool stuff.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/string/strcasecmp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/common/lib/libc/string/strcasecmp.c
diff -u src/common/lib/libc/string/strcasecmp.c:1.2 src/common/lib/libc/string/strcasecmp.c:1.3
--- src/common/lib/libc/string/strcasecmp.c:1.2 Mon Jun 4 14:19:27 2007
+++ src/common/lib/libc/string/strcasecmp.c Sat Aug 11 12:25:32 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: strcasecmp.c,v 1.2 2007/06/04 18:19:27 christos Exp $ */
+/* $NetBSD: strcasecmp.c,v 1.3 2018/08/11 16:25:32 christos Exp $ */
/*
* Copyright (c) 1987, 1993
@@ -29,12 +29,16 @@
* SUCH DAMAGE.
*/
+#if HAVE_NBTOOL_CONFIG_H
+#include "nbtool_config.h"
+#endif
+
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)strcasecmp.c 8.1 (Berkeley) 6/4/93";
#else
-__RCSID("$NetBSD: strcasecmp.c,v 1.2 2007/06/04 18:19:27 christos Exp $");
+__RCSID("$NetBSD: strcasecmp.c,v 1.3 2018/08/11 16:25:32 christos Exp $");
#endif
#endif /* LIBC_SCCS and not lint */