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-aj25
1 files changed, 0 insertions, 25 deletions
diff --git a/mbone/nte/patches/patch-aj b/mbone/nte/patches/patch-aj
deleted file mode 100644
index 782388651b3..00000000000
--- a/mbone/nte/patches/patch-aj
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-aj,v 1.2 2007/08/10 14:07:22 joerg Exp $
-
---- src/qfdes/qfDES-memory.c.orig 1996-09-04 13:16:14.000000000 +0000
-+++ src/qfdes/qfDES-memory.c
-@@ -10,9 +10,10 @@ February 1993
- #if !defined(_qfDES_memory_c_)
- #define _qfDES_memory_c_
-
-+#include <errno.h>
- #include <stdio.h>
- #include <memory.h>
--#include <malloc.h>
-+#include <stdlib.h>
- #include <ctype.h>
- #include "qfDES.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_) \