projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d878c9a
)
mkimage: fix compilation issues on OpenBSD
author
Luka Perkov
<luka@openwrt.org>
Sat, 9 Aug 2014 16:17:47 +0000
(18:17 +0200)
committer
Anatolij Gustschin
<agust@denx.de>
Thu, 14 Aug 2014 09:48:11 +0000
(11:48 +0200)
Signed-off-by: Luka Perkov <luka@openwrt.org>
tools/mkimage.c
patch
|
blob
|
history
diff --git
a/tools/mkimage.c
b/tools/mkimage.c
index
123d0c7
..
c70408c
100644
(file)
--- a/
tools/mkimage.c
+++ b/
tools/mkimage.c
@@
-458,6
+458,7
@@
NXTARG: ;
#if defined(_POSIX_SYNCHRONIZED_IO) && \
!defined(__sun__) && \
!defined(__FreeBSD__) && \
+ !defined(__OpenBSD__) && \
!defined(__APPLE__)
(void) fdatasync (ifd);
#else
@@
-501,6
+502,7
@@
NXTARG: ;
#if defined(_POSIX_SYNCHRONIZED_IO) && \
!defined(__sun__) && \
!defined(__FreeBSD__) && \
+ !defined(__OpenBSD__) && \
!defined(__APPLE__)
(void) fdatasync (ifd);
#else