SOURCES: acm-malloc.patch - fixed
qboosh
qboosh at pld-linux.org
Sat Nov 15 09:12:57 CET 2008
Author: qboosh Date: Sat Nov 15 08:12:57 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fixed
---- Files affected:
SOURCES:
acm-malloc.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/acm-malloc.patch
diff -u SOURCES/acm-malloc.patch:1.1 SOURCES/acm-malloc.patch:1.2
--- SOURCES/acm-malloc.patch:1.1 Tue Mar 18 21:57:12 2008
+++ SOURCES/acm-malloc.patch Sat Nov 15 09:12:51 2008
@@ -5,7 +5,7 @@
#endif
-extern char *malloc();
-+extern void *malloc();
++#include <stdlib.h>
unsigned Image_Size();
Atom wm_protocols;
Atom wm_delete_window;
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/acm-malloc.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list