From owner-cvs-all Fri Oct 13 6:43:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 12E4037B66F; Fri, 13 Oct 2000 06:43:38 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA44169; Fri, 13 Oct 2000 06:43:38 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200010131343.GAA44169@freefall.freebsd.org> From: Bruce Evans Date: Fri, 13 Oct 2000 06:43:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumparser.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/10/13 06:43:37 PDT Modified files: sys/dev/vinum vinumparser.c Log: Avoid impending world breakage. 1. Don't include in userland. It is not used, and including it without including its prerequisite should have broken the world. 2. Don't include . It is not used, except in -current it bogusly includes which bogusly includes and thus accidentally provides the prerequisite in (1). 3. Cleaned up nearby include messes. Not approved by despite 5 weeks notice: MAINTAINER Revision Changes Path 1.25 +3 -10 src/sys/dev/vinum/vinumparser.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message