U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mkimage: fix compilation issues on OpenBSD
@ 2014-08-09 16:17 Luka Perkov
  2014-08-14  9:49 ` Anatolij Gustschin
  0 siblings, 1 reply; 2+ messages in thread
From: Luka Perkov @ 2014-08-09 16:17 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Luka Perkov <luka@openwrt.org>
---
 tools/mkimage.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/mkimage.c b/tools/mkimage.c
index 123d0c7..c70408c9 100644
--- 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
-- 
2.0.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] mkimage: fix compilation issues on OpenBSD
  2014-08-09 16:17 [U-Boot] [PATCH] mkimage: fix compilation issues on OpenBSD Luka Perkov
@ 2014-08-14  9:49 ` Anatolij Gustschin
  0 siblings, 0 replies; 2+ messages in thread
From: Anatolij Gustschin @ 2014-08-14  9:49 UTC (permalink / raw)
  To: u-boot

On Sat,  9 Aug 2014 18:17:47 +0200
Luka Perkov <luka@openwrt.org> wrote:

> Signed-off-by: Luka Perkov <luka@openwrt.org>
> ---
>  tools/mkimage.c | 2 ++
>  1 file changed, 2 insertions(+)

applied to u-boot-staging/agust at denx.de. thanks!

Anatolij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-14  9:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-09 16:17 [U-Boot] [PATCH] mkimage: fix compilation issues on OpenBSD Luka Perkov
2014-08-14  9:49 ` Anatolij Gustschin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox