diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-05-14 19:14:40 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-05-14 19:14:40 (GMT) |
| commit | eae621b1753a248fd1add5b5df1069199e783d2f (patch) | |
| tree | 52f9b94d03b84236c706992fe0e5216167a68a02 /unix/tclUnixFCmd.c | |
| parent | d9bc6cbae2f78eb2883de1d9ef9a3131da80614f (diff) | |
| download | tcl-eae621b1753a248fd1add5b5df1069199e783d2f.zip tcl-eae621b1753a248fd1add5b5df1069199e783d2f.tar.gz tcl-eae621b1753a248fd1add5b5df1069199e783d2f.tar.bz2 | |
Unbreak build when HAVE_FTS is not set.
Move definitions of Tcl_DirEntry and TclDIR to tclWinPort.h, where it actually belongs
Diffstat (limited to 'unix/tclUnixFCmd.c')
| -rw-r--r-- | unix/tclUnixFCmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixFCmd.c b/unix/tclUnixFCmd.c index 0b79fb6..7360c32 100644 --- a/unix/tclUnixFCmd.c +++ b/unix/tclUnixFCmd.c @@ -920,7 +920,7 @@ TraverseUnixTree( #ifndef HAVE_FTS int numProcessed = 0; Tcl_DirEntry *dirEntPtr; - Tcl_Dir *dirPtr; + TclDIR *dirPtr; #else CONST char *paths[2] = {NULL, NULL}; FTS *fts = NULL; |
