Module Name:    src
Committed By:   christos
Date:           Sat Oct  7 19:38:09 UTC 2017

Modified Files:
        src/include: stdlib.h

Log Message:
add recallocarray (used by openssh-7.6)


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 src/include/stdlib.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/stdlib.h
diff -u src/include/stdlib.h:1.117 src/include/stdlib.h:1.118
--- src/include/stdlib.h:1.117	Fri Jul  1 18:42:01 2016
+++ src/include/stdlib.h	Sat Oct  7 15:38:09 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: stdlib.h,v 1.117 2016/07/01 22:42:01 christos Exp $	*/
+/*	$NetBSD: stdlib.h,v 1.118 2017/10/07 19:38:09 christos Exp $	*/
 
 /*-
  * Copyright (c) 1990, 1993
@@ -126,6 +126,7 @@ unsigned long
 #ifdef _OPENBSD_SOURCE
 long long strtonum(const char *, long long, long long, const char **);
 void	*reallocarray(void *, size_t, size_t);
+void	*recallocarray(void *, size_t, size_t, size_t);
 #endif
 int	 system(const char *);
 

Reply via email to