summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTest.c
diff options
context:
space:
mode:
authorhypnotoad <yoda@etoyoc.com>2017-03-10 17:03:10 (GMT)
committerhypnotoad <yoda@etoyoc.com>2017-03-10 17:03:10 (GMT)
commit627f0a4d6a3b5ed2573b77e20bb0e14cf3904f03 (patch)
treea0d129d5cae834832149cf8087f5e7d46f1c300f /unix/tclUnixTest.c
parent9dfe53af4ac9a368f01fd80c5c67fbe842d387df (diff)
parentb645469c9552d01b7ca9999e90071ba756116bb4 (diff)
downloadtcl-627f0a4d6a3b5ed2573b77e20bb0e14cf3904f03.zip
tcl-627f0a4d6a3b5ed2573b77e20bb0e14cf3904f03.tar.gz
tcl-627f0a4d6a3b5ed2573b77e20bb0e14cf3904f03.tar.bz2
Pulling changes from zipfs
Diffstat (limited to 'unix/tclUnixTest.c')
-rw-r--r--unix/tclUnixTest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixTest.c b/unix/tclUnixTest.c
index 86e0925..c5ac52a 100644
--- a/unix/tclUnixTest.c
+++ b/unix/tclUnixTest.c
@@ -37,7 +37,7 @@
* exercised by the "testfilehandler" command.
*/
-typedef struct {
+typedef struct Pipe {
TclFile readFile; /* File handle for reading from the pipe. NULL
* means pipe doesn't exist yet. */
TclFile writeFile; /* File handle for writing from the pipe. */