$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;
