]> git.pld-linux.org Git - packages/acm.git/commitdiff
- compilation fix
authorwitekfl <witekfl@pld-linux.org>
Tue, 18 Mar 2008 20:57:12 +0000 (20:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acm-malloc.patch -> 1.1

acm-malloc.patch [new file with mode: 0644]

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.048235 seconds and 4 git commands to generate.