aboutsummaryrefslogtreecommitdiffstats
path: root/package/e2fsprogs/patches/002-no_malloc_h.patch
blob: 209b47c1ccd742d2e1effa8ef549bf436515f0e1 (plain)
1
2
3
4
5
6
7
8
9
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>