From d4ef83fec292c44502e1555fc0ccd918e2c2f5f6 Mon Sep 17 00:00:00 2001 From: suresh Date: Wed, 3 Jun 1998 09:32:16 +0000 Subject: Renamed 'TclMacStat(...)' to 'TclpStat(...)' & 'TclMacAccess(...)' to 'TclpAccess(...)'. --- mac/tclMacFile.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mac/tclMacFile.c b/mac/tclMacFile.c index 3d4a22b..3016a97 100644 --- a/mac/tclMacFile.c +++ b/mac/tclMacFile.c @@ -32,7 +32,7 @@ #include /* - * Static variables used by the TclMacStat function. + * Static variables used by the TclpStat function. */ static int initalized = false; static long gmt_offset; @@ -399,7 +399,7 @@ TclMatchFiles( /* *---------------------------------------------------------------------- * - * TclMacStat -- + * TclpStat -- * * This function replaces the library version of stat. The stat * function provided by most Mac compiliers is rather broken and @@ -415,7 +415,7 @@ TclMatchFiles( */ int -TclMacStat( +TclpStat( char *path, struct stat *buf) { @@ -646,7 +646,7 @@ TclMacReadlink( /* *---------------------------------------------------------------------- * - * TclMacAccess -- + * TclpAccess -- * * This function replaces the library version of access. The * access function provided by most Mac compiliers is rather @@ -662,7 +662,7 @@ TclMacReadlink( */ int -TclMacAccess( +TclpAccess( const char *path, int mode) { -- cgit v0.12