X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fmkimage%2Fpatches%2F020-openbsd_fixes.patch;h=7a762d91f7843106a7763c89af8e3de98e521f6b;hb=f170eacc88b9815803d0df349ed2d29b27619627;hp=31ee38f66e02364c1fb292a033135bcf1b1ce0a7;hpb=1f77bfff9608f97996bffdb28dabec4e787631f6;p=lede-git%2F.git diff --git a/tools/mkimage/patches/020-openbsd_fixes.patch b/tools/mkimage/patches/020-openbsd_fixes.patch index 31ee38f66e..7a762d91f7 100644 --- a/tools/mkimage/patches/020-openbsd_fixes.patch +++ b/tools/mkimage/patches/020-openbsd_fixes.patch @@ -1,7 +1,6 @@ -diff -Nur u-boot-2012.04.01.orig/tools/mkimage.c u-boot-2012.04.01/tools/mkimage.c ---- u-boot-2012.04.01.orig/tools/mkimage.c Wed Apr 25 15:22:50 2012 -+++ u-boot-2012.04.01/tools/mkimage.c Wed Mar 6 17:09:29 2013 -@@ -449,6 +449,7 @@ +--- a/tools/mkimage.c ++++ b/tools/mkimage.c +@@ -458,6 +458,7 @@ #if defined(_POSIX_SYNCHRONIZED_IO) && \ !defined(__sun__) && \ !defined(__FreeBSD__) && \ @@ -9,7 +8,7 @@ diff -Nur u-boot-2012.04.01.orig/tools/mkimage.c u-boot-2012.04.01/tools/mkimage !defined(__APPLE__) (void) fdatasync (ifd); #else -@@ -492,6 +493,7 @@ +@@ -501,6 +502,7 @@ #if defined(_POSIX_SYNCHRONIZED_IO) && \ !defined(__sun__) && \ !defined(__FreeBSD__) && \