summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/netsurf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index d90683be8..5ae5c33de 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -85,7 +85,7 @@ 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))
+#if !((defined(__SVR4) && defined(__sun)) || defined(__NetBSD__))
stdout = stderr;
#endif