Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/common/lib/libc/string Add nbotool stuff.
details: https://anonhg.NetBSD.org/src/rev/8af4554aa54e
branches: trunk
changeset: 363763:8af4554aa54e
user: christos <christos%NetBSD.org@localhost>
date: Sat Aug 11 16:25:32 2018 +0000
description:
Add nbotool stuff.
diffstat:
common/lib/libc/string/strcasecmp.c | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 8d5322357c68 -r 8af4554aa54e common/lib/libc/string/strcasecmp.c
--- a/common/lib/libc/string/strcasecmp.c Sat Aug 11 16:24:59 2018 +0000
+++ b/common/lib/libc/string/strcasecmp.c Sat Aug 11 16:25:32 2018 +0000
@@ -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 */
Home |
Main Index |
Thread Index |
Old Index