summaryrefslogtreecommitdiffstats
path: root/crypto/kerberosIV/lib/kafs/afssysdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/kerberosIV/lib/kafs/afssysdefs.h')
-rw-r--r--crypto/kerberosIV/lib/kafs/afssysdefs.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/crypto/kerberosIV/lib/kafs/afssysdefs.h b/crypto/kerberosIV/lib/kafs/afssysdefs.h
index 574b33f..685e375 100644
--- a/crypto/kerberosIV/lib/kafs/afssysdefs.h
+++ b/crypto/kerberosIV/lib/kafs/afssysdefs.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan
+ * Copyright (c) 1995 - 2000 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*/
-/* $Id: afssysdefs.h,v 1.21 1999/12/02 16:58:40 joda Exp $ */
+/* $Id: afssysdefs.h,v 1.21.2.2 2000/03/26 20:10:11 assar Exp $ */
/*
* This section is for machines using single entry point AFS syscalls!
@@ -50,7 +50,7 @@
#define AFS_SYSCALL 105
#endif
-#if SunOS == 57
+#if SunOS >= 57
#define AFS_SYSCALL 73
#endif
@@ -82,6 +82,10 @@
#define AFS_SYSCALL 210
#endif
+#ifdef __APPLE__ /* MacOS X */
+#define AFS_SYSCALL 230
+#endif
+
#ifdef SYS_afs_syscall
#define AFS_SYSCALL3 SYS_afs_syscall
#endif
OpenPOWER on IntegriCloud