]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
add recallocarray replacement and dependency
authorDamien Miller <djm@mindrot.org>
Thu, 1 Jun 2017 05:25:13 +0000 (15:25 +1000)
committerDamien Miller <djm@mindrot.org>
Thu, 1 Jun 2017 05:25:13 +0000 (15:25 +1000)
commit151c6e433a5f5af761c78de87d7b5d30a453cf5e
tree77cdffcee99995b20821a8f2a957504e861475d5
parent01e6f78924da308447e71e9a32c8a6104ef4e888
add recallocarray replacement and dependency

recallocarray() needs getpagesize() so add a tiny replacement for that.
configure.ac
openbsd-compat/Makefile.in
openbsd-compat/bsd-getpagesize.c [new file with mode: 0644]
openbsd-compat/openbsd-compat.h
openbsd-compat/recallocarray.c [new file with mode: 0644]