X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmake_ext4fs.git;a=blobdiff_plain;f=contents.c;h=1cde871e898bdffe65044c180369ab6960bb8b19;hp=c9d6d64a97e8804eef2dc5c03b07c5d7a5495ca9;hb=d8400e132c67a993248d25fd9026dcc5ffedc96c;hpb=5e571bcba696be8c4587cd94cb7415c1d09e5d17;ds=sidebyside diff --git a/contents.c b/contents.c index c9d6d64..1cde871 100644 --- a/contents.c +++ b/contents.c @@ -30,10 +30,6 @@ #include "extent.h" #include "indirect.h" -#ifdef USE_MINGW -#define S_IFLNK 0 /* used by make_link, not needed under mingw */ -#endif - static struct block_allocation* saved_allocation_head = NULL; struct block_allocation* get_saved_allocation_chain() {