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:
Assar Westerlund
1999-07-22 02:55:48 +00:00
parent d7c66fdc19
commit 5b5f76323f

View File

@@ -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