summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFile.c
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2018-05-09 10:29:33 (GMT)
committersebres <sebres@users.sourceforge.net>2018-05-09 10:29:33 (GMT)
commitf5e87513071af9794d48e1b5c1b106343f4bca1f (patch)
tree5edaaf34fde5ff260c8884e3f238f064205619c4 /unix/tclUnixFile.c
parent78ee8c697e423a5b4718fabb53eef1c5f6a2a2b1 (diff)
downloadtcl-f5e87513071af9794d48e1b5c1b106343f4bca1f.zip
tcl-f5e87513071af9794d48e1b5c1b106343f4bca1f.tar.gz
tcl-f5e87513071af9794d48e1b5c1b106343f4bca1f.tar.bz2
amend to [85bcf84100]: replaces DIR with Tcl_Dir (DIR/DIR64 regarding HAVE_STRUCT_DIRENT64)
Diffstat (limited to 'unix/tclUnixFile.c')
-rw-r--r--unix/tclUnixFile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixFile.c b/unix/tclUnixFile.c
index 1dc73ae..95642b1 100644
--- a/unix/tclUnixFile.c
+++ b/unix/tclUnixFile.c
@@ -259,7 +259,7 @@ TclpMatchInDirectory(
Tcl_DecrRefCount(tailPtr);
Tcl_DecrRefCount(fileNamePtr);
} else {
- DIR *d;
+ Tcl_Dir *d;
Tcl_DirEntry *entryPtr;
CONST char *dirName;
int dirLength;