209b47c1ccd742d2e1effa8ef549bf436515f0e1
[openwrt/staging/yousong.git] / package / utils / e2fsprogs / patches / 002-no_malloc_h.patch
1 --- a/util/symlinks.c
2 +++ b/util/symlinks.c
3 @@ -8,7 +8,6 @@
4 #endif
5 #include <stdio.h>
6 #include <stdlib.h>
7 -#include <malloc.h>
8 #include <string.h>
9 #include <fcntl.h>
10 #include <sys/param.h>