From 666343f7f055c064375d48bb9a608730d7145beb Mon Sep 17 00:00:00 2001 From: dfr Date: Tue, 27 Jun 1995 11:07:30 +0000 Subject: Changes to support version 3 of the NFS protocol. The version 2 support has been tested (client+server) against FreeBSD-2.0, IRIX 5.3 and FreeBSD-current (using a loopback mount). The version 2 support is stable AFAIK. The version 3 support has been tested with a loopback mount and minimally against an IRIX 5.3 server. It needs more testing and may have problems. I have patched amd to support the new variable length filehandles although it will still only use version 2 of the protocol. Before booting a kernel with these changes, nfs clients will need to at least build and install /usr/sbin/mount_nfs. Servers will need to build and install /usr/sbin/mountd. NFS diskless support is untested. Obtained from: Rick Macklem --- include/rpcsvc/bootparam_prot.x | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/rpcsvc/bootparam_prot.x') diff --git a/include/rpcsvc/bootparam_prot.x b/include/rpcsvc/bootparam_prot.x index a6d4f0e..249ed8a 100644 --- a/include/rpcsvc/bootparam_prot.x +++ b/include/rpcsvc/bootparam_prot.x @@ -44,8 +44,6 @@ %#include %#include %#include -%#include -%#include #else %#ifndef lint %/*static char sccsid[] = "from: @(#)bootparam_prot.x 1.2 87/06/24 Copyr 1987 Sun Micro";*/ -- cgit v1.1