Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdlib arrange for tools build
details:   https://anonhg.NetBSD.org/src/rev/66a97f8b72ca
branches:  trunk
changeset: 981063:66a97f8b72ca
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 26 19:25:12 2021 +0000
description:
arrange for tools build
diffstat:
 lib/libc/stdlib/reallocarray.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 7315b0b18aa2 -r 66a97f8b72ca lib/libc/stdlib/reallocarray.c
--- a/lib/libc/stdlib/reallocarray.c    Fri Feb 26 19:24:47 2021 +0000
+++ b/lib/libc/stdlib/reallocarray.c    Fri Feb 26 19:25:12 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: reallocarray.c,v 1.10 2018/01/04 20:57:29 kamil Exp $  */
+/*     $NetBSD: reallocarray.c,v 1.11 2021/02/26 19:25:12 christos Exp $       */
 /*     $OpenBSD: reallocarray.c,v 1.1 2014/05/08 21:43:49 deraadt Exp $        */
 
 /*-
@@ -30,8 +30,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#ifdef HAVE_NBTOOL_CONFIG_H
+#include "nbtool_config.h"
+#endif /* HAVE_NBTOOL_CONFIG_H */
+
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: reallocarray.c,v 1.10 2018/01/04 20:57:29 kamil Exp $");
+__RCSID("$NetBSD: reallocarray.c,v 1.11 2021/02/26 19:25:12 christos Exp $");
 
 #include "namespace.h"
 
Home |
Main Index |
Thread Index |
Old Index