Subject: Re: fixing the mismatched headers problem
To: matthew green <mrg@eterna.com.au>
From: Chris G Demetriou <Chris_G_Demetriou@UX2.SP.CS.CMU.EDU>
List: netbsd-bugs
Date: 03/27/1996 01:18:55
> is there any reason that "userland" headers can't _all_ live in
> src/include ?
>
> to me, this is the best solution.
>
> but, what about g++ headers ? i dunno.
I'd call this impractical:
(1) there are headers that are parts of externally-maintained
packages, which cause problems at update-time if they're
put in src/include, and
(2) some headers are generated, e.g. include/rpcsvc, etc.
chris