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 toolify.



details:   https://anonhg.NetBSD.org/src/rev/68ce12c4a903
branches:  trunk
changeset: 363935:68ce12c4a903
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Aug 16 12:03:10 2018 +0000

description:
toolify.

diffstat:

 common/lib/libc/string/strncasecmp.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 2e252a6e4990 -r 68ce12c4a903 common/lib/libc/string/strncasecmp.c
--- a/common/lib/libc/string/strncasecmp.c      Thu Aug 16 11:34:41 2018 +0000
+++ b/common/lib/libc/string/strncasecmp.c      Thu Aug 16 12:03:10 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: strncasecmp.c,v 1.2 2007/06/04 18:19:27 christos Exp $ */
+/*     $NetBSD: strncasecmp.c,v 1.3 2018/08/16 12:03:10 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: strncasecmp.c,v 1.2 2007/06/04 18:19:27 christos Exp $");
+__RCSID("$NetBSD: strncasecmp.c,v 1.3 2018/08/16 12:03:10 christos Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 



Home | Main Index | Thread Index | Old Index