summaryrefslogtreecommitdiff
path: root/lang/STk/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'lang/STk/patches/patch-aj')
-rw-r--r--lang/STk/patches/patch-aj19
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/STk/patches/patch-aj b/lang/STk/patches/patch-aj
new file mode 100644
index 00000000000..3f1a193aacb
--- /dev/null
+++ b/lang/STk/patches/patch-aj
@@ -0,0 +1,19 @@
+$NetBSD: patch-aj,v 1.1 2006/01/11 17:43:34 joerg Exp $
+
+--- Tcl/tclUnixPort.h.orig 2006-01-11 17:08:11.000000000 +0000
++++ Tcl/tclUnixPort.h
+@@ -176,14 +176,6 @@
+ #define TCL_PLATFORM_TRANSLATION TCL_TRANSLATE_LF
+
+ /*
+- * Not all systems declare the errno variable in errno.h. so this
+- * file does it explicitly. The list of system error messages also
+- * isn't generally declared in a header file anywhere.
+- */
+-
+-extern int errno;
+-
+-/*
+ * The type of the status returned by wait varies from UNIX system
+ * to UNIX system. The macro below defines it:
+ */