Subject: Re: missing #include ?
To: D'Arcy J.M. Cain <darcy@NetBSD.org>
From: Hubert Feyrer <hubert@feyrer.de>
List: tech-userlevel
Date: 12/10/2006 19:58:29
On Sun, 10 Dec 2006, D'Arcy J.M. Cain wrote:
> Maybe this time the change will happen.  Here is a proposed change.

While I'm all for this, it would be nice to know

  * how other OSs handle this

  * what impact this has on the NetBSD headers - i.e. you'll probably have
    to go and look through all the headers(!) and come up with a patch
    to implement this.

    One script that I've written long ago (and lost) takes every file in
    /usr/include, passes it through gcc and sees if it compiles or failes.
    Upon failure, something's probably missing.

I guess a change like this would need core's blessing.


  - Hubert