diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-03-28 20:03:35 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-03-28 20:03:35 (GMT) |
commit | 83dda1c339cab313dc40e819251fff66c60a62c8 (patch) | |
tree | 0f2cba81933bc106defc0e536088f83161115528 /unix/tclUnixPort.h | |
parent | 5a81784764070f1632e0ba309fe2823a6f3c37cd (diff) | |
download | tcl-83dda1c339cab313dc40e819251fff66c60a62c8.zip tcl-83dda1c339cab313dc40e819251fff66c60a62c8.tar.gz tcl-83dda1c339cab313dc40e819251fff66c60a62c8.tar.bz2 |
some better checks
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r-- | unix/tclUnixPort.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h index e19a8ed..c0bf77d8 100644 --- a/unix/tclUnixPort.h +++ b/unix/tclUnixPort.h @@ -76,7 +76,6 @@ typedef off_t Tcl_SeekOffset; #ifdef __CYGWIN__ EXTERN int TclOSstat(const char *name, Tcl_StatBuf *statBuf); EXTERN int TclOSlstat(const char *name, Tcl_StatBuf *statBuf); -#undef HAVE_ST_BLKSIZE #define NO_FSTATFS #undef HAVE_FTS #elif defined(HAVE_STRUCT_STAT64) |