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: 189dc1e3a6f3b21d602c8e62b755755dad98b82c
parent: f48e09f99d1904598b6684342f5edb9e228d0f16
author: Brian Callahan <ibara@users.noreply.github.com>
date:   Wed, 23 Sep 2020 13:19:03 -0400
Default to ST_MTIM when using --no-thanks

As we learned in #45, ST_MTIM is the POSIX declaration so let's default to that when using --no-thanks.189dc1e3a6f3b21d602c8e62b755755dad98b82c
 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
@@ -807,8 +807,8 @@ if [ $doconfigure -eq 0 ] ; then
 /* #define HAVE_SETRESUID */
 /* #define HAVE_SIG_T */
 /* #define HAVE_SRAND_DETERMINISTIC */
-/* #define HAVE_ST_MTIM */
-#define HAVE_ST_MTIMESPEC
+#define HAVE_ST_MTIM
+/* #define HAVE_ST_MTIMESPEC */
 /* #define HAVE_STRAVIS */
 /* #define HAVE_STRLCAT */
 /* #define HAVE_STRLCPY */