> On Fri, Mar 04, 2016 at 11:19:37AM -0300, Daniel Bolgheroni wrote:
> > On Sat, Feb 27, 2016 at 11:09:10PM +0100, Patrick Wildt wrote:
> > > 
> > > + /* print interrupt state */
> > > + snprintb(buf, sizeof(buf), "\177\20"
> > > +     "b\x10""NI\0"
...
> > I don't have a quick solution for this too, but it's worth noticing that
> > snprintb() is NetBSD-specific.
...
> That's correct.  So far it's in an ifdef DEBUG.  I could've just removed
> all that code but thought it was better to keep it in for now.

Like every BSD since 4.1, the kernel printf functions support %b,
and we never went down the road of adding a different function just
to please a compiler that whines.

Reply via email to