diff options
Diffstat (limited to 'package/utils/e2fsprogs/patches/002-no_malloc_h.patch')
-rw-r--r-- | package/utils/e2fsprogs/patches/002-no_malloc_h.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/utils/e2fsprogs/patches/002-no_malloc_h.patch b/package/utils/e2fsprogs/patches/002-no_malloc_h.patch new file mode 100644 index 0000000000..209b47c1cc --- /dev/null +++ b/package/utils/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> |