summaryrefslogtreecommitdiff
path: root/lang/tcl/patches/patch-ah
blob: 7bfeb4bcebe7284978c79b91f2430e8a68e90478 (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.3 2006/11/02 17:41:23 adam Exp $

--- unix/tclUnixFCmd.c.orig	2006-09-07 20:49:28.000000000 +0200
+++ unix/tclUnixFCmd.c
@@ -602,6 +602,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;