summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixCompat.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-12-21 10:13:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-12-21 10:13:37 (GMT)
commit2951fec86bc93ecddf4fd9cdb697df49992879cc (patch)
treeedbc91ee6b8cec5968ef78ebc501937c02d79a5d /unix/tclUnixCompat.c
parentd07793f49c40187467711bf8dc929228d7b1c940 (diff)
parent13bc69a8a43c72889340638705bd432fae89352f (diff)
downloadtcl-2951fec86bc93ecddf4fd9cdb697df49992879cc.zip
tcl-2951fec86bc93ecddf4fd9cdb697df49992879cc.tar.gz
tcl-2951fec86bc93ecddf4fd9cdb697df49992879cc.tar.bz2
remove unnecessary struct names, which only pollute the "struct" namespace for the compiler.
Diffstat (limited to 'unix/tclUnixCompat.c')
-rw-r--r--unix/tclUnixCompat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixCompat.c b/unix/tclUnixCompat.c
index e201018..5cb35d2 100644
--- a/unix/tclUnixCompat.c
+++ b/unix/tclUnixCompat.c
@@ -49,7 +49,7 @@
#ifdef TCL_THREADS
-typedef struct ThreadSpecificData {
+typedef struct {
struct passwd pwd;
#if defined(HAVE_GETPWNAM_R_5) || defined(HAVE_GETPWUID_R_5)
#define NEED_PW_CLEANER 1