Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/evbarm/stand



On Mon, Jan 16, 2006 at 10:26:19PM +0000, Christos Zoulas wrote:
> In article <20060116222415.GG22076%snark.ptc.spbu.ru@localhost>,
> Valeriy E. Ushakov <uwe%ptc.spbu.ru@localhost> 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.



Home | Main Index | Thread Index | Old Index