Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 1995 21:32:48 +1100
From:      Bruce Evans <bde@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
Message-ID:  <199510291032.VAA02686@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified:    sys/sys   user.h
>  Log:
>  Don't include things more than once :-)

Most includes of <sys/user.h> 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 <vm/vm.h>.  E.g.,

	lpt.c includes it only to get KERNBASE
	sio.c includes it only to get TRUE/FALSE

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510291032.VAA02686>