From ccd579ecda953ed8aa4cc9084a3aec756e1905ce Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Fri, 21 Jul 2023 22:38:17 -0700 Subject: [PATCH] ported calc to the s390x IBM Mainframe running RHEL9.1 --- CHANGES | 7 ++++++- fposval.c | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index ddad5c7..0e0cd10 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,9 @@ -The following are the changes from calc version 2.14.1.5 to date: +The following are the changes from calc version 2.14.2.0 to date: + + Ported calc to the s390x IBM Mainframe running RHEL9.1. + + +The following are the changes from calc version 2.14.1.5 to 2.14.1.6: Fixed version numbers in two cases in CHANGES that referred to the 2.14.2.x instead of 2.14.1.x. diff --git a/fposval.c b/fposval.c index f83e6c3..5bb673c 100644 --- a/fposval.c +++ b/fposval.c @@ -1,7 +1,7 @@ /* * fposval - Determine information about the file position type * - * Copyright (C) 1999,2021 Landon Curt Noll + * Copyright (C) 1999,2021,2023 Landon Curt Noll * * Calc is open software; you can redistribute it and/or modify it under * the terms of the version 2.1 of the GNU Lesser General Public License @@ -72,6 +72,7 @@ #include "alloc.h" #include "have_unused.h" #include "have_memmv.h" +#include "zmath.h" #include "banned.h" /* include after system header <> includes */