On Fri, May 17, 2002 at 07:45:36PM +0900, Hiroyuki Une wrote:
> I found this code at line 4661 of sys/cam/scsi/scsi_low.c rev. 1.14:
> 
>         printf("%s(%d:%d): period(%d ns) offset(%d) width(%d) flags 0x%b\n",
>                 slp->sl_xname, ti->ti_id, li->li_lun,
>                 ti->ti_maxsynch.period * 4,
>                 ti->ti_maxsynch.offset,
>                 ti->ti_width,
>                 li->li_flags, SCSI_LOW_BITS);
> 
> Is "%b" correct as conversion character?

It is an extension to printf(9) which GCC 3.1 does not know about.

ciao,
-robert

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to