mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
e2fsprogs: drop an unnecessary include that breaks on mac os x
SVN-Revision: 33517
This commit is contained in:
parent
999252dccc
commit
5e8fd64cb2
1 changed files with 10 additions and 0 deletions
10
package/e2fsprogs/patches/002-no_malloc_h.patch
Normal file
10
package/e2fsprogs/patches/002-no_malloc_h.patch
Normal file
|
|
@ -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>
|
||||
Loading…
Add table
Reference in a new issue