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/57bedd994495
branches:  trunk
changeset: 834379:57bedd994495
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 49d26f910075 -r 57bedd994495 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