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:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Assar Westerlund
					Assar Westerlund