[OpenAFS] openafs-1.0.2 on SuperSPARC (Solaris 8 32Bit)

Chas Williams chas@cmf.nrl.navy.mil
Thu, 25 Jan 2001 19:50:30 -0500


In message <sjm7l3jtgae.fsf@rcn.ihtfp.org>,Derek Atkins writes:
>	diff -u -r openafs-1.0.2/src my-openafs-1.0.2/src > srcdiffs

well... i am afraid that's not it.  the only diff that would matter
is:

diff -u -r src/afs/SOLARIS/osi_vfsops.c /afs/cmf/project/openafs/src/afs/SOLARIS
/osi_vfsops.c
--- src/afs/SOLARIS/osi_vfsops.c        Tue Nov 14 19:38:24 2000
+++ /afs/cmf/project/openafs/src/afs/SOLARIS/osi_vfsops.c       Fri Jan 12 10:27
:16 2001
@@ -212,7 +212,6 @@
     return EINVAL;
 }

-
 struct vfsops Afs_vfsops = {
     afs_mount,
     afs_unmount,

and its basically just a blank line difference.  any other differences are
purely linux related.  i have another thought.  i could try building this
stuff on a 32-bit machine instead of a 64-bit machine.  it shouldnt matter
but it might.  the only problem being that i dont have a 32bit machine
to test against.