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

  1. Patching file generic/tcl.h
  2. Hunk #1 FAILED at 437.
  3. 1 out of 1 hunk FAILED -- saving rejects to file generic/tcl.h.rej
  4. ...
  5. % cat tcl/build/tcl8.7a0/generic/tcl.h.rej
  6. ***************
  7. *** 437,442 ****
  8. */
  9. # ifndef TCL_LL_MODIFIER
  10. # ifdef HAVE_STRUCT_STAT64
  11. typedef struct stat64 Tcl_StatBuf;
  12. # else
  13. typedef struct stat Tcl_StatBuf;
  14. --- 437,445 ----
  15. */
  16. # ifndef TCL_LL_MODIFIER
  17. # ifdef HAVE_STRUCT_STAT64
  18. + # ifdef HAVE_SYS_STAT_H
  19. + # include <sys/stat.h>
  20. + # endif
  21. typedef struct stat64 Tcl_StatBuf;
  22. # else
  23. typedef struct stat Tcl_StatBuf;
  24.