summaryrefslogtreecommitdiff
path: root/lang/libtcl-nothread/patches/patch-ah
blob: bd63ce685f3ef9b7ecdbcba2ae02e1babc7d000c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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;