summaryrefslogtreecommitdiff
path: root/mbone/nte/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/nte/patches/patch-aj')
-rw-r--r--mbone/nte/patches/patch-aj21
1 files changed, 21 insertions, 0 deletions
diff --git a/mbone/nte/patches/patch-aj b/mbone/nte/patches/patch-aj
new file mode 100644
index 00000000000..e9feda56bf7
--- /dev/null
+++ b/mbone/nte/patches/patch-aj
@@ -0,0 +1,21 @@
+$NetBSD: patch-aj,v 1.1 2006/01/03 18:40:16 joerg Exp $
+
+--- src/qfdes/qfDES-memory.c.orig 1996-09-04 13:16:14.000000000 +0000
++++ src/qfdes/qfDES-memory.c
+@@ -10,6 +10,7 @@ February 1993
+ #if !defined(_qfDES_memory_c_)
+ #define _qfDES_memory_c_
+
++#include <errno.h>
+ #include <stdio.h>
+ #include <memory.h>
+ #include <malloc.h>
+@@ -20,8 +21,6 @@ February 1993
+ extern int sys_nerr;
+ extern char *sys_errlist[];
+ #endif
+-extern int errno;
+-
+
+ #if defined(DEBUG)
+ #define ERROR(s_) \