[3196] in Release_Engineering
AFS
daemon@ATHENA.MIT.EDU (Richard Basch)
Thu Apr 28 12:44:30 1994
Date: Thu, 28 Apr 1994 12:44:24 -0400
To: rel-eng@MIT.EDU
From: "Richard Basch" <basch@MIT.EDU>
Use AFS 3.3, as I described for Solaris 2.3 and AIX 3.2.x.
Use the previous release's AFS 3.2 for the DECstation.
Also:
Remove the GT_AFS declaration from fs_types.h
Add syscall 31: afs_syscall (7 arguments) to sys/init_sysent.c
(this is a correction; my previous message said 6)
#ifdef AFS
7, afs_syscall, /* 31 = afs entry call */
#else
0, nosys, /* 31 = was stty */
#endif
-Richard