Re: deflate.c missing functions in #ifdef DEBUG

2011-07-15 Thread Ted Unangst
On Fri, Jul 15, 2011, OpenBSD wrote: > Hi tech@ > > While trying to build a kernel with option DEBUG, I came across the > following errors: 0. I don't think DEBUG is a particularly useful option. Are you really trying to debug "the kernel"? Not a part of it? 1. To that end, I think most code

deflate.c missing functions in #ifdef DEBUG

2011-07-15 Thread OpenBSD
Hi tech@ While trying to build a kernel with option DEBUG, I came across the following errors: cc1: warnings being treated as errors ../../../../lib/libz/deflate.c: In function 'check_match': ../../../../lib/libz/deflate.c:1238: warning: implicit declaration of function 'fprintf' ../../../../