# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/iceauth/hotfix-stdint.patch # Copyright (C) 2024 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- With the older sparc32 glibc-2.22: process.c: In function 'reallocarray': process.c:277:25: error: 'SIZE_MAX' undeclared (first use in this function) --- iceauth-1.0.10/process.c.vanilla 2024-03-21 18:15:11.812723809 +0100 +++ iceauth-1.0.10/process.c 2024-03-21 18:15:24.244723183 +0100 @@ -32,6 +32,7 @@ #include #include #include +#include #define SECURERPC "SUN-DES-1" #define K5AUTH "KERBEROS-V5-1"