From owner-cvs-sys Mon Apr 20 16:23:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA23165 for cvs-sys-outgoing; Mon, 20 Apr 1998 16:23:18 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA22283; Mon, 20 Apr 1998 23:19:33 GMT (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA02192; Mon, 20 Apr 1998 16:18:49 -0700 (PDT) Date: Mon, 20 Apr 1998 16:18:49 -0700 (PDT) Message-Id: <199804202318.QAA02192@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/04/20 16:18:48 PDT Modified files: sys/isofs/cd9660 cd9660_vfsops.c Log: The 'mountroot' option is obviously pointless for an LKM so allow LKM compilation to succeed by making it go away for that case. Saves needing to include opt_devfs.h which an LKM cannot rely on anyhow. Revision Changes Path 1.38 +9 -3 src/sys/isofs/cd9660/cd9660_vfsops.c