From owner-freebsd-current Sun Dec 10 05:52:26 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA12687 for current-outgoing; Sun, 10 Dec 1995 05:52:26 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA12681 Sun, 10 Dec 1995 05:52:18 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id AAA29501; Mon, 11 Dec 1995 00:50:12 +1100 Date: Mon, 11 Dec 1995 00:50:12 +1100 From: Bruce Evans Message-Id: <199512101350.AAA29501@godzilla.zeta.org.au> To: current@freefall.freebsd.org, julian@freefall.freebsd.org, phk@freefall.freebsd.org Subject: Re: DEVFS ... Sender: owner-current@FreeBSD.ORG Precedence: bulk >We have to decide here: > either all the DEVFS stuff is #ifdef'ed, >or > none of it is ifdef'ed. >All things considered, I'm in favour of the last one, but at least DEVFS >should be added to LINT by now ? It shouldn't have been ifdefed to begin with (only commit working code, at least when more than a couple of ifdefs would be required). If it is ifdefed then it should be in LINT. The ifdefs should go away when it becomes the default. Also not in LINT and broken by recent changes: EXT2FS (just some missing vm declarations) GPL_MATH_EMULATE (in LINT but commented out; fusword was missing). Bruce