]> git.pld-linux.org Git - packages/acm.git/blobdiff - acm-malloc.patch
- compilation fix
[packages/acm.git] / acm-malloc.patch
diff --git a/acm-malloc.patch b/acm-malloc.patch
new file mode 100644 (file)
index 0000000..1da7c1d
--- /dev/null
@@ -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;
This page took 0.069192 seconds and 4 git commands to generate.