# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/metamail/90_mm-2.7-malloc.patch # Copyright (C) 2004 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- mm2.7.orig/src/metamail/shared.c 2005-03-26 21:59:06.116190632 +0100 +++ mm2.7/src/metamail/shared.c 2005-03-26 22:08:01.887740976 +0100 @@ -11,7 +11,7 @@ #include #endif -extern char *malloc(); +extern void *malloc(); char **Exceptions; int *NeedsPortableNewlines; int ExceptionsAlloced = 0, ExceptionsUsed = 0;