solaris 8 apperently uses 65

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9211 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-11-17 01:07:47 +00:00
parent 42e40b2120
commit 80efb1cbe7

View File

@@ -50,10 +50,14 @@
#define AFS_SYSCALL 105
#endif
#if SunOS >= 57
#if SunOS == 57
#define AFS_SYSCALL 73
#endif
#if SunOS >= 58
#define AFS_SYSCALL 65
#endif
#if defined(__hpux)
#define AFS_SYSCALL 50
#define AFS_SYSCALL2 49