$NetBSD: patch-ah,v 1.2 2006/01/16 14:47:35 adam Exp $

--- unix/tclUnixFCmd.c.orig	2005-12-05 16:10:33.000000000 +0100
+++ unix/tclUnixFCmd.c
@@ -583,6 +583,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;
