From owner-freebsd-bugs Wed Aug 9 13:40: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 904E637BAEB for ; Wed, 9 Aug 2000 13:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA41163; Wed, 9 Aug 2000 13:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 9 Aug 2000 13:40:06 -0700 (PDT) Message-Id: <200008092040.NAA41163@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Johan Karlsson Subject: Re: kern/10642: exports(5) mentions KERBNFS but that's not in LINT Reply-To: Johan Karlsson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10642; it has been noted by GNATS. From: Johan Karlsson To: freebsd-gnats-submit@FreeBSD.org Cc: seggers@semyam.dinoco.de, dfr@FreeBSD.org Subject: Re: kern/10642: exports(5) mentions KERBNFS but that's not in LINT Date: Wed, 09 Aug 2000 22:32:56 +0200 Hi while poking around among the PRs I found this PR. The option is called NFSKERB _but_, I found in src/sys/nfs/nfs_socket.c from rev 1.8 that this option is unimplemented and should therefore not be visible in LINT. ==== src/sys/nfs/nfs_socket.c === 1297: #ifdef NFSKERB 1298: XXX 1299: #endif Using this option would make the kernel not compile. Doug, you intorduced the code in question. Do you this this ever will be implemented? If not I think it should be removed along with the reference in exports(5). Thanks Johan K To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message