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: 279deff06656558610efc971274e21c1530dddaa
parent: 62136f3e756cd1fbbb6c5c840f228417a215994f
author: Brian Callahan <bcallah@openbsd.org>
date:   Tue, 21 Jun 2022 14:00:39 -0400
This was being compiled in unconditionally; let's fix that.
Mconfstr.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/confstr.c b/confstr.c
@@ -28,7 +28,7 @@
  * SUCH DAMAGE.
  */
 
-#include "portable.h"
+#include "pconfig.h"
 
 #ifndef HAVE_CONFSTR