aboutsummaryrefslogtreecommitdiffstats
path: root/mac/inc/sys/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'mac/inc/sys/stat.h')
-rw-r--r--mac/inc/sys/stat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/inc/sys/stat.h b/mac/inc/sys/stat.h
index fe3dc5df66..0f9ee79dab 100644
--- a/mac/inc/sys/stat.h
+++ b/mac/inc/sys/stat.h
@@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-/* Contributed by Andrew Choi ([email protected]). */
+/* Contributed by Andrew Choi ([email protected]). */
#ifndef _SYS_STAT_H
#define _SYS_STAT_H
@@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */
#ifdef __MWERKS__
#include <stat.mac.h>
-#ifdef CODEWARRIOR_VERSION_6
+#if __MSL__ >= 0x6000
#define fstat _fstat
#endif