On Fri, Jan 28, 2000 at 11:21:19AM -0800, Brent Fulgham wrote: > Ahh -- this makes a lot of sense now. So we should probably file > bugs upstream against software that makes use of errno without including > the errno header file in a particular module/source file.
Definitily yes. I did this for a couple of packages already, but there are certainly more "to come" like postgresql. Of course, if someone wants to be really cool, he takes a source mirror, extracts all files and checks for usage of errno and inclusion of errno.h, but this will not catch all and give some bogus reports. Might be useful as a base to work from, though. Thanks, Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org Check Key server Marcus Brinkmann GNU http://www.gnu.org for public PGP Key [EMAIL PROTECTED], [EMAIL PROTECTED] PGP Key ID 36E7CD09 http://homepage.ruhr-uni-bochum.de/Marcus.Brinkmann/ [EMAIL PROTECTED]

