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

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