Artifact c9749c1b2e59f324d50e83a79f6794205d6974b1:
- File tclvfs/patches/8.6/tclvfs-20080503-compilewithcvs.diff — part of check-in [1ebcac2a8b] at 2010-09-26 04:38:28 on branch trunk — Added patches for TCLVFS on Tcl 8.6 (user: rkeene, size: 415) [annotate] [blame] [check-ins using]
- File tclvfs/patches/tclvfs-20080503-compilewithcvs.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: 415) [annotate] [blame] [check-ins using]
diff -uNr tclvfs-20080503-orig/generic/vfs.c tclvfs-20080503-rsk/generic/vfs.c --- tclvfs-20080503-orig/generic/vfs.c 2006-08-30 14:38:03.000000000 -0500 +++ tclvfs-20080503-rsk/generic/vfs.c 2010-02-21 18:43:45.000000000 -0600 @@ -1656,7 +1656,7 @@ return returnVal; } -static CONST char** +static const char* CONST* VfsFileAttrStrings(pathPtr, objPtrRef) Tcl_Obj* pathPtr; Tcl_Obj** objPtrRef;