Date: Mon, 29 Sep 1997 12:49:18 -0700 From: Brandon Huey <brandon@epigram.com> To: hackers@freebsd.org Subject: amd: nfs_ops.c undeclared instance of MOUNTVERS3 Message-ID: <3430063E.5B8B5E43@mail.epigram.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3430063E.5B8B5E43>