bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #15472] Inodes in error message are wrong


From: Eric Blake
Subject: [bug #15472] Inodes in error message are wrong
Date: Sat, 4 Mar 2006 16:09:08 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]