Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/arch/i386/stand/lib
> >Log Message:
> >Sprinkle daddr_t.
> >Adjust DISK_DEBUG printf formats to match.
:
> >- printf("warning: no disklabel in sector %u\n", sector);
> >+ printf("warning: no disklabel in sector %lld\n", sector);
> > #endif
>
> Are you sure this is right? My guess is that you would need PRId64
> instead of lld.
libsa's printf(3) doesn't support %lld unless
-DLIBSA_PRINTF_LONGLONG_SUPPORT is specified.
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index