From owner-freebsd-hackers Mon Sep 29 12:49:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA03719 for hackers-outgoing; Mon, 29 Sep 1997 12:49:41 -0700 (PDT) Received: from frodo.epigram.com ([199.2.31.210]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA03709 for ; Mon, 29 Sep 1997 12:49:33 -0700 (PDT) Received: from mail.epigram.com (DALAT.epigram.com [10.100.100.211]) by frodo.epigram.com (8.7.5/8.7.3) with ESMTP id MAA19290 for ; Mon, 29 Sep 1997 12:49:30 -0700 (PDT) Message-ID: <3430063E.5B8B5E43@mail.epigram.com> Date: Mon, 29 Sep 1997 12:49:18 -0700 From: Brandon Huey Reply-To: brandon@epigram.com Organization: Epigram, Inc. X-Mailer: Mozilla 4.03 [en] (WinNT; I) MIME-Version: 1.0 To: hackers@freebsd.org Subject: amd: nfs_ops.c undeclared instance of MOUNTVERS3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk i'm trying to build an amd under 2.2.2 that will only use NFSv2. However, make says: nfs_ops.c: In function `got_nfs_fh': nfs_ops.c:172: `MOUNTVERS3' undeclared (first use this function) nfs_ops.c:172: (Each undeclared identifier is reported only once nfs_ops.c:172: for each function it appears in.) nfs_ops.c:173: `xdr_mountres3' undeclared (first use this function) nfs_ops.c: In function `discard_fh': nfs_ops.c:226: `MOUNTVERS3' undeclared (first use this function) nfs_ops.c:227: `xdr_mountres3' undeclared (first use this function) nfs_ops.c: In function `prime_nfs_fhandle_cache': nfs_ops.c:259: `MNT3ERR_NOTSUPP' undeclared (first use this function) nfs_ops.c:259: `MNT3ERR_SERVERFAULT' undeclared (first use this function) nfs_ops.c:347: `MOUNTVERS3' undeclared (first use this function) *** Error code 1 we checked all the header files we could to see where it might have been defined and turned up nothing. this all relates back to my desire to force amd to use only nfs v2... i'd like to correspond out of this group if possible via email. thank you. -- Brandon Huey brandon@epigram.com Epigram, Inc. +1 415 843 4487