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: b9fce76f371f4520cffec9f4e1a24595ee47bb2a
parent: b4d91cdf13d4014b4e2c65ba93a7c120a7ed72db
author: Brian Callahan <bcallah@openbsd.org>
date:   Sun, 7 Jan 2018 19:24:30 -0500
It's vis.c that needs to include portable.h, not reallocarray.c
Mreallocarray.c2+-
Mvis.c2+-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/reallocarray.c b/reallocarray.c
@@ -15,7 +15,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include "portable.h"
+#include "pconfig.h"
 
 #ifdef NEED_REALLOCARRAY
 
diff --git a/vis.c b/vis.c
@@ -28,7 +28,7 @@
  * SUCH DAMAGE.
  */
 
-#include "pconfig.h"
+#include "portable.h"
 
 #ifdef NEED_STRAVIS