Follow-up Comment #2, bug #15472 (project findutils):

(uintmax_t) and "%"PRIuMAX works where (long long) and "%lld" don't, since
ino_t cannot be longer than uintmax_t whether or not long long exists. 
Gnulib provides a way to detect uintmax_t, and coreutils src/system.h
contains an example of defining PRIuMAX correctly on all systems (maybe that
should be exported to gnulib).

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=15472>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-findutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-findutils

Reply via email to