patch-src_metamail_shared_c 488 B

12345678910111213141516171819
  1. $OpenBSD: patch-src_metamail_shared_c,v 1.1 2012/03/17 10:57:23 sthen Exp $
  2. --- src/metamail/shared.c.orig Sun May 16 19:19:32 1993
  3. +++ src/metamail/shared.c Sat Mar 17 10:51:52 2012
  4. @@ -1,4 +1,6 @@
  5. #include <stdio.h>
  6. +#include <stdlib.h>
  7. +#include <string.h>
  8. #include <ctype.h>
  9. #include <config.h>
  10. #ifdef SYSV
  11. @@ -6,7 +8,6 @@
  12. #include <sys/utsname.h>
  13. #endif
  14. -extern char *malloc();
  15. char **Exceptions;
  16. int *NeedsPortableNewlines;
  17. int ExceptionsAlloced = 0, ExceptionsUsed = 0;