mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
335 B

  1. --- ./src/metamail/shared.c.orig 2005-04-10 00:35:07.216679064 +0200
  2. +++ ./src/metamail/shared.c 2005-04-10 00:33:26.519987288 +0200
  3. @@ -11,7 +11,7 @@
  4. #include <sys/utsname.h>
  5. #endif
  6. -extern char *malloc();
  7. +// extern char *malloc();
  8. char **Exceptions;
  9. int *NeedsPortableNewlines;
  10. int ExceptionsAlloced = 0, ExceptionsUsed = 0;