aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mkimage/patches/020-openbsd_fixes.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-03-08 20:16:11 +0000
committerLuka Perkov <luka@openwrt.org>2013-03-08 20:16:11 +0000
commit26503c24254c42cc9028d9da24715d5ef4621768 (patch)
tree3173ccefb78e2fc00e38af22ac166286e41f895c /tools/mkimage/patches/020-openbsd_fixes.patch
parent1287a5a543602d2ee62530ef6c73551627b040ab (diff)
downloadupstream-26503c24254c42cc9028d9da24715d5ef4621768.tar.gz
upstream-26503c24254c42cc9028d9da24715d5ef4621768.tar.bz2
upstream-26503c24254c42cc9028d9da24715d5ef4621768.zip
[tools] mkimage: upgrade to version 2013.01.01
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35905 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/mkimage/patches/020-openbsd_fixes.patch')
-rw-r--r--tools/mkimage/patches/020-openbsd_fixes.patch9
1 files changed, 4 insertions, 5 deletions
diff --git a/tools/mkimage/patches/020-openbsd_fixes.patch b/tools/mkimage/patches/020-openbsd_fixes.patch
index 31ee38f66e..17232360d2 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
+@@ -464,6 +464,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 @@
+@@ -507,6 +508,7 @@
#if defined(_POSIX_SYNCHRONIZED_IO) && \
!defined(__sun__) && \
!defined(__FreeBSD__) && \