summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFCmd.c
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley@noemail.net>2004-01-29 10:28:17 (GMT)
committervincentdarley <vincentdarley@noemail.net>2004-01-29 10:28:17 (GMT)
commit7d8f26303b37b580b38e0d8366c677a344e2adb2 (patch)
treebc4f25a47a8614d6ef6beed61ae233eb487c80df /unix/tclUnixFCmd.c
parent67ea1692eb5e64a20344a399b09f1ca644892afd (diff)
downloadtcl-7d8f26303b37b580b38e0d8366c677a344e2adb2.zip
tcl-7d8f26303b37b580b38e0d8366c677a344e2adb2.tar.gz
tcl-7d8f26303b37b580b38e0d8366c677a344e2adb2.tar.bz2
filesystem fixes for '-force' consistency and picky compilers
FossilOrigin-Name: fff97fe11686fd45ff17aebdd91fb6c89fd9498a
Diffstat (limited to 'unix/tclUnixFCmd.c')
-rw-r--r--unix/tclUnixFCmd.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/unix/tclUnixFCmd.c b/unix/tclUnixFCmd.c
index dfbc9d3..fede131 100644
--- a/unix/tclUnixFCmd.c
+++ b/unix/tclUnixFCmd.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclUnixFCmd.c,v 1.33 2003/11/18 23:13:34 davygrvy Exp $
+ * RCS: @(#) $Id: tclUnixFCmd.c,v 1.34 2004/01/29 10:28:23 vincentdarley Exp $
*
* Portions of this code were derived from NetBSD source code which has
* the following copyright notice:
@@ -110,6 +110,10 @@ typedef int (TraversalProc) _ANSI_ARGS_((Tcl_DString *srcPtr,
/*
* Constants and variables necessary for file attributes subcommand.
+ *
+ * IMPORTANT: The permissions attribute is assumed to be the third
+ * item (i.e. to be indexed with '2' in arrays) in code in tclIOUtil.c
+ * and possibly elsewhere in Tcl's core.
*/
enum {