Author: witekfl Date: Tue Mar 18 20:57:17 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - compilation fix
---- Files affected: SOURCES: acm-malloc.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/acm-malloc.patch diff -u /dev/null SOURCES/acm-malloc.patch:1.1 --- /dev/null Tue Mar 18 21:57:17 2008 +++ SOURCES/acm-malloc.patch Tue Mar 18 21:57:12 2008 @@ -0,0 +1,11 @@ +--- acm-5.0/src/splash.c.old 2008-03-18 21:49:11.000000000 +0100 ++++ acm-5.0/src/splash.c 2008-03-18 21:50:10.000000000 +0100 +@@ -47,7 +47,7 @@ from the X Consortium. + extern int errno; + #endif + +-extern char *malloc(); ++extern void *malloc(); + unsigned Image_Size(); + Atom wm_protocols; + Atom wm_delete_window; ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
