NetBSD/usr.sbin/amd
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
..
amd Fix amd to compile and work after the NFSv3 commit. 1996-02-19 20:57:40 +00:00
amq comment out HISTORY section, as it appears to be garbage; PR #1530 1995-09-27 19:49:25 +00:00
config Fix amd to compile and work after the NFSv3 commit. 1996-02-19 20:57:40 +00:00
doc Document the `resvport' option. 1995-03-22 17:18:01 +00:00
fsinfo Use inet_aton(), not inet_addr(). 1995-05-21 15:50:45 +00:00
include Fix amd to compile and work after the NFSv3 commit. 1996-02-19 20:57:40 +00:00
maps
mk-amd-map specify man pages the new way. 1994-12-22 11:31:31 +00:00
rpcx Fix amd to compile and work after the NFSv3 commit. 1996-02-19 20:57:40 +00:00
text Use POSIX form of kill(1). 1994-09-23 23:26:54 +00:00
Makefile Fix up RCS ids. 1994-06-13 20:46:42 +00:00