From f91db0bc13b79606aa5240e2acd14ebfa461eebd Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 18 May 2025 09:09:02 -0600 Subject: [PATCH 1/2] Igor Todorovski is now a Perl author --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index bb3f284d2698..5eb9ed18c958 100644 --- a/AUTHORS +++ b/AUTHORS @@ -597,6 +597,7 @@ Ian Phillipps Ichinose Shogo Ignasi Roca Carrió Igor Sutton +Igor Todorovski Igor Zaytsev Ilmari Karonen Ilya Martynov From a4ac63970406ffe7a2f1d2971a247bfb877ba91b Mon Sep 17 00:00:00 2001 From: Igor Todorovski Date: Sun, 18 May 2025 08:42:58 -0600 Subject: [PATCH 2/2] Need on z/OS --- util.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/util.c b/util.c index 7cf7a7629536..c535433430fa 100644 --- a/util.c +++ b/util.c @@ -75,6 +75,10 @@ int putenv(char *); # include #endif +#ifdef __MVS__ +# include +#endif + #define FLUSH /* NOTE: Do not call the next three routines directly. Use the macros