Posted to tcl by venks at Thu Aug 17 22:30:04 GMT 2017view pretty

Patching file generic/tcl.h
Hunk #1 FAILED at 437.
1 out of 1 hunk FAILED -- saving rejects to file generic/tcl.h.rej
...
% cat tcl/build/tcl8.7a0/generic/tcl.h.rej
***************
*** 437,442 ****
   */
  #   ifndef TCL_LL_MODIFIER
  #      ifdef HAVE_STRUCT_STAT64
  typedef struct stat64 Tcl_StatBuf;
  #      else
  typedef struct stat   Tcl_StatBuf;
--- 437,445 ----
   */
  #   ifndef TCL_LL_MODIFIER
  #      ifdef HAVE_STRUCT_STAT64
+ #        ifdef HAVE_SYS_STAT_H
+ #          include <sys/stat.h>
+ #        endif
  typedef struct stat64 Tcl_StatBuf;
  #      else
  typedef struct stat   Tcl_StatBuf;