summaryrefslogtreecommitdiff
path: root/lang/clisp/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'lang/clisp/patches/patch-ab')
-rw-r--r--lang/clisp/patches/patch-ab12
1 files changed, 0 insertions, 12 deletions
diff --git a/lang/clisp/patches/patch-ab b/lang/clisp/patches/patch-ab
deleted file mode 100644
index cae80c8a90b..00000000000
--- a/lang/clisp/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.7 2005/12/30 12:39:43 joerg Exp $
-
---- unix.d.orig 2005-12-30 12:22:01.000000000 +0000
-+++ unix.d
-@@ -25,7 +25,6 @@
-
- /* the table of the system error messages */
- #include <errno.h>
--extern int errno; /* last error code */
- /* NB: errno may be a macro which expands to a function call.
- Therefore access and assignment to errno must be wrapped in
- begin_system_call()/end_system_call() */