summaryrefslogtreecommitdiff
path: root/lang/libtcl-nothread/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'lang/libtcl-nothread/patches/patch-ah')
-rw-r--r--lang/libtcl-nothread/patches/patch-ah19
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/libtcl-nothread/patches/patch-ah b/lang/libtcl-nothread/patches/patch-ah
new file mode 100644
index 00000000000..bd63ce685f3
--- /dev/null
+++ b/lang/libtcl-nothread/patches/patch-ah
@@ -0,0 +1,19 @@
+$NetBSD: patch-ah,v 1.1.1.1 2004/06/22 18:38:47 drochner Exp $
+
+--- tclUnixFCmd.c.orig 2003-10-03 19:45:37.000000000 +0200
++++ tclUnixFCmd.c
+@@ -561,6 +561,14 @@ TclpDeleteFile(path)
+ *---------------------------------------------------------------------------
+ */
+
++/* Reintroduced here for the benefit of scotty */
++int
++TclpCreateDirectory(path)
++ CONST char *path;
++{
++ return DoCreateDirectory(path);
++}
++
+ int
+ TclpObjCreateDirectory(pathPtr)
+ Tcl_Obj *pathPtr;