> >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

Reply via email to