]> git.pld-linux.org Git - packages/acm.git/commitdiff
- fixed
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 15 Nov 2008 08:12:51 +0000 (08:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acm-malloc.patch -> 1.2

acm-malloc.patch

index 1da7c1d942420696373dd17ba3a596b4907c8155..4285cb0587fa5dd1d759746bbfadd990cf336845 100644 (file)
@@ -5,7 +5,7 @@
  #endif
  
 -extern char *malloc();
-+extern void *malloc();
++#include <stdlib.h>
  unsigned Image_Size();
  Atom wm_protocols;
  Atom wm_delete_window;
This page took 0.045564 seconds and 4 git commands to generate.