summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2002-01-15 21:19:06 (GMT)
committerdgp@users.sourceforge.net <dgp>2002-01-15 21:19:06 (GMT)
commit08f2b5a323d06de203330eab43477fff1584d2d7 (patch)
tree0f1a58bb3c42858070ea1a2eeefac3311847898a /unix
parente988d27515feff90c9a12909bc7e4f807937f934 (diff)
downloadtcl-08f2b5a323d06de203330eab43477fff1584d2d7.zip
tcl-08f2b5a323d06de203330eab43477fff1584d2d7.tar.gz
tcl-08f2b5a323d06de203330eab43477fff1584d2d7.tar.bz2
* Updated APIs in generic/tclIOUtil.c and generic/tclPosixStr.c
according to the guidelines of TIP 27. Updated callers. [Patch 499196]
Diffstat (limited to 'unix')
-rw-r--r--unix/tclUnixChan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixChan.c b/unix/tclUnixChan.c
index 27cd5f1..534ae49 100644
--- a/unix/tclUnixChan.c
+++ b/unix/tclUnixChan.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: tclUnixChan.c,v 1.24 2002/01/15 17:55:30 dgp Exp $
+ * RCS: @(#) $Id: tclUnixChan.c,v 1.25 2002/01/15 21:19:07 dgp Exp $
*/
#include "tclInt.h" /* Internal definitions for Tcl. */
@@ -1299,7 +1299,7 @@ TclpOpenFileChannel(interp, pathPtr, modeString, permissions)
Tcl_Interp *interp; /* Interpreter for error reporting;
* can be NULL. */
Tcl_Obj *pathPtr; /* Name of file to open. */
- char *modeString; /* A list of POSIX open modes or
+ CONST char *modeString; /* A list of POSIX open modes or
* a string such as "rw". */
int permissions; /* If the open involves creating a
* file, with what modes to create