Initial revision
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
31
lib/kafs/afssysdefs.h
Normal file
31
lib/kafs/afssysdefs.h
Normal file
@@ -0,0 +1,31 @@
|
||||
/*
|
||||
* This section is for machines using single entry point AFS syscalls!
|
||||
* or
|
||||
* This section is for machines using multiple entry point AFS syscalls!
|
||||
*/
|
||||
|
||||
#if defined(sun) && !defined(__svr4__)
|
||||
#define AFS_SYSCALL 31
|
||||
#endif
|
||||
|
||||
#if defined(sun) && defined(__svr4__)
|
||||
#define AFS_SYSCALL 105
|
||||
#endif
|
||||
|
||||
#if defined(hpux)
|
||||
#define AFS_SYSCALL 49
|
||||
#endif
|
||||
|
||||
#if defined(_AIX)
|
||||
#define AFS_SYSCALL 38
|
||||
#endif
|
||||
|
||||
#if defined(sgi)
|
||||
#define AFS_PIOCTL (64+1000)
|
||||
#define AFS_SETPAG (65+1000)
|
||||
#endif
|
||||
|
||||
#if defined(__osf__)
|
||||
#define AFS_SYSCALL 232
|
||||
#define AFS_SYSCALL2 258
|
||||
#endif
|
Reference in New Issue
Block a user