]> git.pld-linux.org Git - packages/acm.git/blob - acm-malloc.patch
- BR: nas-devel
[packages/acm.git] / acm-malloc.patch
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();
8 +#include <stdlib.h>
9  unsigned Image_Size();
10  Atom wm_protocols;
11  Atom wm_delete_window;
This page took 0.04993 seconds and 3 git commands to generate.