# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/pdksh/mips.patch # Copyright (C) 2004 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- Some hackery to get mips building. - Rene Rebe --- pdksh-5.2.14/sh.h.vanilla 2005-11-06 16:30:50.000000000 +0100 +++ pdksh-5.2.14/sh.h 2005-11-06 16:31:18.000000000 +0100 @@ -251,7 +251,7 @@ # if SIZEOF_LONG >= 4 # define INT32 long # else /* SIZEOF_LONG */ - #error cannot find 32 bit type... +# define INT32 int32_t # endif /* SIZEOF_LONG */ #endif /* SIZEOF_INT */