Re: ie(4) v.s. dhcpd(8) & tcpdump(8)

David Krause <[email protected]> Mon, 25 Aug 2003 14:40:42 -0500
Newsgroups gmane.os.openbsd.hppa
Message-ID <[email protected]>
* Brian A. Seklecki <[email protected]> [030825 14:26]:
> On Mon, 25 Aug 2003, Michael Shalayeff wrote:
> 
> > > Today's kernel sources from CVS won't even "make depend" against my
> > > userland from the 1 month old snapshot.
> 
> this is with a still bleeding CVS update:
> 
> warning: `__kprintf__' is an unrec
> ognized format function type
> /usr/src/sys/arch/hppa/compile/GENERIC/../../../../sys/systm.h:161:
> warning: `__kprintf__' is an unrec
> ognized format function type
> /usr/src/sys/arch/hppa/compile/GENERIC/../../../../sys/systm.h:163:
> warning: `__kprintf__' is an unrec
> ognized format function type
> /usr/src/sys/arch/hppa/compile/GENERIC/../../../../sys/systm.h:167:
> warning: `__kprintf__' is an unrec
> ognized format function type
> /usr/src/sys/arch/hppa/compile/GENERIC/../../../../sys/systm.h:170:
> warning: `__kprintf__' is an unrec
> ognized format function type
> /usr/src/sys/arch/hppa/compile/GENERIC/../../../../sys/systm.h:173:
> warning: `__kprintf__' is an unrec
> ognized format function type
> *** Error code 1

Rebuild GCC first so it will understand the new __kprintf__ attribute.
http://www.openbsd.org/faq/upgrade-minifaq.html#1.8

David