+2002-01-28 Vince Darley <vincentdarley@sourceforge.net>
+ * generic/vfs.c: const, MacOS fixes (also thanks Daniel Steffen).
+
2001-12-07 Vince Darley <vincentdarley@sourceforge.net>
* various test, install fixes (unix) thanks to Larry Virden.
Tcl_Interp *cmdInterp, /* Interpreter to receive error msgs. */
Tcl_Obj *returnPtr, /* Object to receive results. */
Tcl_Obj *dirPtr, /* Contains path to directory to search. */
- char *pattern, /* Pattern to match against. */
+ CONST char *pattern, /* Pattern to match against. */
Tcl_GlobTypeData *types) /* Object containing list of acceptable types.
* May be NULL. */
{