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/a37750f2404f
branches:  trunk
changeset: 959839:a37750f2404f
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 331cf664fd8f -r a37750f2404f 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