$NetBSD: patch-ah,v 1.1 2004/05/13 12:57:42 he 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;
