From ae3555ccddb4decaac0eea92fb10ea30a09608b8 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 26 Jan 2008 16:44:17 +0000 Subject: Fixes for targetting NetBSD (Thanks to Adam Hoka) svn path=/trunk/netsurf/; revision=3775 --- desktop/netsurf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') 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 -- cgit v1.2.3