From 74ff1135817a1bc3523414859c978773dc34f06b Mon Sep 17 00:00:00 2001 From: drochner Date: Mon, 31 Jan 2000 21:04:13 +0000 Subject: "extern int errno;" doesn't work anymore, at least in C++ --- graphics/dx/patches/patch-am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/dx/patches/patch-am (limited to 'graphics') diff --git a/graphics/dx/patches/patch-am b/graphics/dx/patches/patch-am new file mode 100644 index 00000000000..4342626b1be --- /dev/null +++ b/graphics/dx/patches/patch-am @@ -0,0 +1,11 @@ +--- src/uipp/dxuilib/PacketIF.C.orig Sat Jul 31 17:08:32 1999 ++++ src/uipp/dxuilib/PacketIF.C Sat Jan 29 18:53:56 2000 +@@ -1388,7 +1388,7 @@ + int fd; + int sts; + int oldPort; +-#if !defined(linux) && !defined(cygwin) && !defined(freebsd) ++#if !defined(linux) && !defined(cygwin) && !defined(freebsd) && !defined(__NetBSD__) + extern int errno; + #endif + int tries; -- cgit v1.2.3