Przeglądaj źródła

e2fsprogs: drop an unnecessary include that breaks on mac os x

SVN-Revision: 33517
Felix Fietkau 13 lat temu
rodzic
commit
5e8fd64cb2
1 zmienionych plików z 10 dodań i 0 usunięć
  1. 10 0
      package/e2fsprogs/patches/002-no_malloc_h.patch

+ 10 - 0
package/e2fsprogs/patches/002-no_malloc_h.patch

@@ -0,0 +1,10 @@
+--- a/util/symlinks.c
++++ b/util/symlinks.c
+@@ -8,7 +8,6 @@
+ #endif
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <malloc.h>
+ #include <string.h>
+ #include <fcntl.h>
+ #include <sys/param.h>