1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 19:44:05 +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:
nbd 2012-09-22 23:34:54 +00:00
parent 9fab9ffb98
commit 5d1b392acf

View 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>