Subject: Re: CVS commit: src/sys/arch/evbarm/stand
To: None <source-changes@netbsd.org>
From: Dave Huang <khym@azeotrope.org>
List: source-changes
Date: 01/16/2006 17:53:14
On Mon, Jan 16, 2006 at 10:26:19PM +0000, Christos Zoulas wrote:
> In article <20060116222415.GG22076@snark.ptc.spbu.ru>,
> Valeriy E. Ushakov <uwe@ptc.spbu.ru> wrote:
> >BTW, "offending" header (deflate.h) clearly states:
> >
> >/* WARNING: this file should *not* be used by applications. It is
> >   part of the implementation of the compression library and is
> >   subject to change. Applications should only use zlib.h.
> > */
> 
> But we only include zlib.h...

What's including deflate.h? A find on /usr/src turns up 4 files named
zlib.h in our source tree:

/usr/src/sys/arch/hpcmips/stand/libz/zlib.h
/usr/src/sys/arch/hpc/stand/libz/zlib.h
/usr/src/sys/net/zlib.h
/usr/src/common/dist/zlib/zlib.h

The first two are one line files that just
#include "../../../../lib/libz/zlib.h" (which no longer exists?)
The third does not seem to #include any other zlib headers, and the
last #includes "zconf.h", which does not seem to #include any other
zlib headers.