$NetBSD: patch-ag,v 1.2 2006/10/19 11:51:27 markd Exp $ --- source/3rdparty/qmon/spinbox/Spinbox.c.orig 2005-07-27 23:54:52.000000000 +1200 +++ source/3rdparty/qmon/spinbox/Spinbox.c @@ -1796,7 +1796,7 @@ static Boolean long_get_value ( { #ifdef CRAY errno = 0; -#elif !defined(LINUX) && !defined(SOLARIS) && !defined(DARWIN) && !defined(FREEBSD) && \ +#elif !defined(LINUX) && !defined(SOLARIS) && !defined(DARWIN) && !defined(FREEBSD) && !defined(NETBSD) && \ !defined(AIX51) && !defined(AIX43) && !defined(ALPHA) && !defined(HP1164) && !defined(HPUX) && !defined(IRIX) int errno = 0; #endif