Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!shadooby!samsung!gem.mps.ohio-state.edu!apple!sun-barr!newstop!sun!cs From: cs@Eng.Sun.COM (Carl Smith) Newsgroups: comp.protocols.nfs Subject: Re: NFS mount protocol and mount.x Message-ID: <127049@sun.Eng.Sun.COM> Date: 30 Oct 89 19:22:14 GMT References: <31202@news.Think.COM> Sender: news@sun.Eng.Sun.COM Lines: 35 > So, does anyone have a mount.x file that corresponds to the actual, > implemented, protocol? Or a description of the protocol? Here's the bug fix: ------- mount.x ------- *** /tmp/da01812 Mon Oct 30 11:07:47 1989 --- mount.x Thu Sep 28 20:24:51 1989 *************** *** 42,51 **** /* * A list of who has what mounted */ ! struct mountlist { name ml_hostname; dirpath ml_directory; ! mountlist *ml_next; }; /* --- 42,52 ---- /* * A list of who has what mounted */ ! typedef struct mountbody *mountlist; ! struct mountbody { name ml_hostname; dirpath ml_directory; ! mountlist ml_next; }; /* Carl