Artifact 3e97f602cf51b2e27e807465c64068eb55defe09:
- File tclvfs/patches/all/tclvfs-20080503-includestat.diff — part of check-in [26410a9c32] at 2010-09-26 04:43:40 on branch trunk — Added patch required to build with MingW64 (user: rkeene, size: 484) [annotate] [blame] [check-ins using]
- File tclvfs/patches/tclvfs-20080503-includestat.diff — part of check-in [cbeb10f53c] at 2016-09-07 14:10:38 on branch trunk — Updated patching of TclVFS to work with newer versions (addresses [468f6f72ea]) (user: rkeene, size: 484) [annotate] [blame] [check-ins using]
diff -uNr tclvfs-20080503.orig//generic/vfs.c tclvfs-20080503-1rsk//generic/vfs.c --- tclvfs-20080503.orig//generic/vfs.c 2006-08-30 19:38:03.000000000 +0000 +++ tclvfs-20080503-1rsk//generic/vfs.c 2010-09-10 06:41:30.280557731 +0000 @@ -20,6 +20,9 @@ * of this file, and for a DISCLAIMER OF ALL WARRANTIES. */ +#ifdef HAVE_SYS_STAT_H +# include <sys/stat.h> +#endif #include <tcl.h> /* Required to access the 'stat' structure fields, and TclInExit() */ #include "tclInt.h"