General cleanup of old and ugly code.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@235 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Unknown User d91-jda
1996-02-07 10:48:34 +00:00
parent 3c9ccd124c
commit 55db31afbe
12 changed files with 331 additions and 165 deletions

View File

@@ -4,11 +4,11 @@
* This section is for machines using multiple entry point AFS syscalls!
*/
#if defined(sun) && !defined(__svr4__)
#if SunOS == 4
#define AFS_SYSCALL 31
#endif
#if defined(sun) && defined(__svr4__)
#if SunOS == 5
#define AFS_SYSCALL 105
#endif