From owner-cvs-usrsbin Wed Mar 12 00:29:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA25511 for cvs-usrsbin-outgoing; Wed, 12 Mar 1997 00:29:48 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA25504; Wed, 12 Mar 1997 00:29:46 -0800 (PST) Date: Wed, 12 Mar 1997 00:29:46 -0800 (PST) From: Peter Wemm Message-Id: <199703120829.AAA25504@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/amd/config misc-bsd44l.h os-bsd44.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/03/12 00:29:45 Modified: usr.sbin/amd/config misc-bsd44l.h os-bsd44.h Log: Make amd actually work instead of just compiling. The new Lite2 code was not setting the version number in the nfs_args data to mount(2), so it was returning EFAULT. Perhaps the nfs_args version number was something we added at some point? Revision Changes Path 1.2 +0 -1 src/usr.sbin/amd/config/misc-bsd44l.h 1.9 +4 -2 src/usr.sbin/amd/config/os-bsd44.h