From owner-cvs-sys Sun Oct 29 02:36:55 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA12674 for cvs-sys-outgoing; Sun, 29 Oct 1995 02:36:55 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id CAA12650 ; Sun, 29 Oct 1995 02:36:39 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id VAA02686; Sun, 29 Oct 1995 21:32:48 +1100 Date: Sun, 29 Oct 1995 21:32:48 +1100 From: Bruce Evans Message-Id: <199510291032.VAA02686@godzilla.zeta.org.au> To: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, phk@freefall.freebsd.org Subject: Re: cvs commit: src/sys/sys user.h Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk > Modified: sys/sys user.h > Log: > Don't include things more than once :-) Most includes of in the kernel are bogus too. It seems to be mostly included by device drivers to get at non-vm stuff that happens to be included by . E.g., lpt.c includes it only to get KERNBASE sio.c includes it only to get TRUE/FALSE Bruce