summaryrefslogtreecommitdiff
path: root/graphics/dx/patches/patch-am
blob: b1162e5e37116d51bad6c17f36a5c3ff84b26523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-am,v 1.5 2004/04/20 22:11:48 drochner Exp $

--- src/uipp/dxuilib/PacketIF.C.orig	2003-09-26 17:38:11.000000000 +0000
+++ src/uipp/dxuilib/PacketIF.C	2004-04-20 19:26:00.000000000 +0000
@@ -1418,7 +1418,7 @@
     int fd;
     int sts;
     int oldPort;
-#if !defined(linux) && !defined(cygwin) && !defined(freebsd) && !defined(macos) && !defined(solaris)
+#if !defined(linux) && !defined(cygwin) && !defined(freebsd) && !defined(macos) && !defined(solaris) && !defined(__NetBSD__)
     extern int errno;
 #endif
     int tries;