Go to file
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
bin Fix problems with the way init.o is built: 1996-02-18 12:29:18 +00:00
distrib Add script I used to make the 1.1 source distribution 1996-02-12 21:58:46 +00:00
etc 0-59/10 -> */10 1996-02-18 12:08:26 +00:00
games Removed "extern int errno"; Added #include <errno.h> if not already present. 1996-02-06 22:47:06 +00:00
gnu Switch sparc to `gcc'. 1996-02-18 12:28:15 +00:00
include Add cpio.h, tar.h, and re_comp.h headers for POSIX & XPG4 conformance 1996-02-05 22:34:09 +00:00
lib Remove nfs header files. 1996-02-19 14:33:41 +00:00
libexec add -Dunix to CFLAGS 1996-02-16 02:07:41 +00:00
regress CFLAGS+=, not CFLAGS= 1995-12-12 01:53:50 +00:00
sbin Add #includes so this will compile. 1996-02-18 23:19:20 +00:00
share We don't really care when the gus driver appeared, here. 1996-02-19 20:51:28 +00:00
sys if_ep.c: Recognize 3c595 1996-02-19 20:18:40 +00:00
usr.bin Convey rpcgen's version into generated header files. This allows programs 1996-02-19 11:12:43 +00:00
usr.sbin Fix amd to compile and work after the NFSv3 commit. 1996-02-19 20:57:40 +00:00
Makefile fix typo 1995-12-15 18:13:41 +00:00