Changes for better DBM support
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@341 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* This section is for machines using single entry point AFS syscalls!
|
* This section is for machines using single entry point AFS syscalls!
|
||||||
* or
|
* and/or
|
||||||
* This section is for machines using multiple entry point AFS syscalls!
|
* This section is for machines using multiple entry point AFS syscalls!
|
||||||
|
*
|
||||||
|
* SunOS 4 is an example of single entry point and sgi of multiple
|
||||||
|
* entry point syscalls.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if SunOS == 4
|
#if SunOS == 4
|
||||||
@@ -12,7 +15,7 @@
|
|||||||
#define AFS_SYSCALL 105
|
#define AFS_SYSCALL 105
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(hpux)
|
#if defined(__hpux)
|
||||||
#define AFS_SYSCALL 50
|
#define AFS_SYSCALL 50
|
||||||
#define AFS_SYSCALL2 49
|
#define AFS_SYSCALL2 49
|
||||||
#endif
|
#endif
|
||||||
@@ -21,7 +24,7 @@
|
|||||||
/* _AIX is too weird */
|
/* _AIX is too weird */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(sgi)
|
#if defined(__sgi)
|
||||||
#define AFS_PIOCTL (64+1000)
|
#define AFS_PIOCTL (64+1000)
|
||||||
#define AFS_SETPAG (65+1000)
|
#define AFS_SETPAG (65+1000)
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user