define AFS_SYSCALL to 73 for Solaris 2.7
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6478 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -47,14 +47,18 @@
|
||||
* entry point syscalls.
|
||||
*/
|
||||
|
||||
#if SunOS == 4
|
||||
#if SunOS == 40
|
||||
#define AFS_SYSCALL 31
|
||||
#endif
|
||||
|
||||
#if SunOS == 5
|
||||
#if SunOS >= 50 && SunOS < 57
|
||||
#define AFS_SYSCALL 105
|
||||
#endif
|
||||
|
||||
#if SunOS == 57
|
||||
#define AFS_SYSCALL 73
|
||||
#endif
|
||||
|
||||
#if defined(__hpux)
|
||||
#define AFS_SYSCALL 50
|
||||
#define AFS_SYSCALL2 49
|
||||
|
Reference in New Issue
Block a user