mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 19:31:34 +02:00
e2fsprogs: drop an unnecessary include that breaks on mac os x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33517 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9fab9ffb98
commit
5d1b392acf
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…
Reference in New Issue
Block a user