Tcl Source Code

Artifact [14556fd32e]
Login

Artifact 14556fd32ec6c139cbfb27815a8b7c0bb494fd42:

Attachment "patch.txt" to ticket [566099ffff] added by davygrvy 2002-06-08 12:13:54.
Index: tclUnixPort.h
===================================================================
RCS file: /cvsroot/tcl/tcl/unix/tclUnixPort.h,v
retrieving revision 1.25
diff -c -r1.25 tclUnixPort.h
*** tclUnixPort.h	7 Jun 2002 08:50:22 -0000	1.25
--- tclUnixPort.h	8 Jun 2002 05:10:34 -0000
***************
*** 326,331 ****
--- 326,332 ----
  #ifndef S_IFLNK
  #   define lstat	stat
  #   define lstat64	stat64
+ #   undef Tcl_PlatformLStat
  #   define Tcl_PlatformLStat	Tcl_PlatformStat
  #endif