summaryrefslogtreecommitdiff
path: root/emulators/ucon64/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/ucon64/patches/patch-ae')
-rw-r--r--emulators/ucon64/patches/patch-ae14
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/ucon64/patches/patch-ae b/emulators/ucon64/patches/patch-ae
new file mode 100644
index 00000000000..4f7b6f2e183
--- /dev/null
+++ b/emulators/ucon64/patches/patch-ae
@@ -0,0 +1,14 @@
+$NetBSD: patch-ae,v 1.1 2005/12/09 11:48:11 joerg Exp $
+
+--- misc/misc.c.orig 2005-12-09 11:41:00.000000000 +0000
++++ misc/misc.c
+@@ -88,9 +88,6 @@ typedef struct termios tty_t;
+ #endif // MAXBUFSIZE
+ #define MAXBUFSIZE 32768
+
+-
+-extern int errno;
+-
+ typedef struct st_func_node
+ {
+ void (*func) (void);