summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/netsurf.c')
-rw-r--r--desktop/netsurf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index afefd50be..62adf63e8 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -104,7 +104,8 @@ void netsurf_init(int argc, char** argv)
* SIGPIPE, anyway, so may as well just ignore them all. */
signal(SIGPIPE, SIG_IGN);
-#if !((defined(__SVR4) && defined(__sun)) || defined(__NetBSD__))
+#if !((defined(__SVR4) && defined(__sun)) || defined(__NetBSD__) || \
+ defined(__OpenBSD__))
stdout = stderr;
#endif