Commit Graph

6 Commits

Author SHA1 Message Date
christos c7ce104884 Fix amd to compile and work after the NFSv3 commit.
This fix is a kludge:
	- make the nfs filehandle conditional on v2 and v3
	- set the nfs_args fields for the version and the
	  file handle size.
	- make the file handle pointer type void * so that
	  it works on both nfsv2 and nfsv3
	- fix the mountd rpc results parsing.

A proper fix should:
	- register an nfsv3 server for amd.
	- make amd try v2/v3 mounts exactly like mount_nfs does.
	- understand the nfsv3 mount options.
	- cleanup the #undef's in the protocol header.

Also in order to auto-recognize v2 vs v3, I moved the inclusion of
<sys/mount.h> to am.h.
1996-02-19 20:57:40 +00:00
mycroft f4c103764b Fix up RCS ids. 1994-06-13 20:47:17 +00:00
mycroft 53f3885c45 Add our local changes back in. 1994-06-13 20:17:41 +00:00
mycroft 21d6789889 Some files go away... 1994-06-13 19:47:16 +00:00
cgd eb0f0ad92d fs type names will soon be strings 1994-04-14 03:21:21 +00:00
mycroft 01c65770eb Initial import. Needs a little cleanup yet. 1993-11-27 21:16:51 +00:00