oksh-noxz[fork] Portable OpenBSD ksh, based on the Public Domain Korn Shell (pdksh). |
|
git clone https://noxz.tech/git/oksh-noxz.git | |
oksh-noxz |
commit: b4d91cdf13d4014b4e2c65ba93a7c120a7ed72db parent: 84d9719a8a451f16ed1d658bcaeba83f5f259b3b author: Brian Callahan <bcallah@openbsd.org> date: Sun, 7 Jan 2018 19:18:53 -0500
reallocarray.c needs to include portable.h
M | reallocarray.c | 2 | +- |
diff --git a/reallocarray.c b/reallocarray.c @@ -15,7 +15,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "pconfig.h" +#include "portable.h" #ifdef NEED_REALLOCARRAY