summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/timeofday.c
diff options
context:
space:
mode:
authorMiro Jurisic <meeroh@mit.edu>1998-07-17 20:39:56 +0000
committerMiro Jurisic <meeroh@mit.edu>1998-07-17 20:39:56 +0000
commit7b8d15281d33c0699f851c3d39d6e5c8435cbede (patch)
treef66c528e23f808dc0f3b9b9fbc09164c9a840db9 /src/lib/krb5/os/timeofday.c
parent3ae218d91ea7c5ead6b3095a5faa2708f8b05390 (diff)
downloadkrb5-7b8d15281d33c0699f851c3d39d6e5c8435cbede.tar.gz
krb5-7b8d15281d33c0699f851c3d39d6e5c8435cbede.tar.xz
krb5-7b8d15281d33c0699f851c3d39d6e5c8435cbede.zip
Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is the standard symbol defined by all Mac compiler (oh, sure, it doesn't have _. but at least it's always there)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10653 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/os/timeofday.c')
-rw-r--r--src/lib/krb5/os/timeofday.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/os/timeofday.c b/src/lib/krb5/os/timeofday.c
index 42fc42fcc6..047eed82b6 100644
--- a/src/lib/krb5/os/timeofday.c
+++ b/src/lib/krb5/os/timeofday.c
@@ -45,7 +45,7 @@ krb5_timeofday(context, timeret)
*timeret = os_ctx->time_offset;
return 0;
}
-#ifdef _MACINTOSH
+#ifdef macintosh
{
long usecs;
krb5_error_code kret;