add 230 for MacOS X per information from <warner.c@apple.com>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8037 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-03-13 22:31:17 +00:00
parent 4b21b106cd
commit 40a2c32429

View File

@@ -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). * (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved. * All rights reserved.
* *
@@ -82,6 +82,10 @@
#define AFS_SYSCALL 210 #define AFS_SYSCALL 210
#endif #endif
#ifdef __APPLE__ /* MacOS X */
#define AFS_SYSCALL 230
#endif
#ifdef SYS_afs_syscall #ifdef SYS_afs_syscall
#define AFS_SYSCALL3 SYS_afs_syscall #define AFS_SYSCALL3 SYS_afs_syscall
#endif #endif