]> git.pld-linux.org Git - packages/acm.git/blame - acm-malloc.patch
- BR: nas-devel
[packages/acm.git] / acm-malloc.patch
CommitLineData
02ca021a 1--- acm-5.0/src/splash.c.old 2008-03-18 21:49:11.000000000 +0100
2+++ acm-5.0/src/splash.c 2008-03-18 21:50:10.000000000 +0100
3@@ -47,7 +47,7 @@ from the X Consortium.
4 extern int errno;
5 #endif
6
7-extern char *malloc();
6b362b6d 8+#include <stdlib.h>
02ca021a 9 unsigned Image_Size();
10 Atom wm_protocols;
11 Atom wm_delete_window;
This page took 0.093293 seconds and 4 git commands to generate.