[Bug 4435] listing of files in long format shows incorrect sizes

bugzilla at busybox.net bugzilla at busybox.net
Thu Nov 17 21:19:39 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=4435

Denys Vlasenko <vda.linux at googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #12 from Denys Vlasenko <vda.linux at googlemail.com> 2011-11-17 21:19:38 UTC ---
I added the check for this condition:

/* Users report bionic to use 32-bit off_t even if LARGEFILE support is
requested.
 * We misdetected that. Don't let it build:
 */
struct BUG_off_t_size_is_misdetected {
        char BUG_off_t_size_is_misdetected[sizeof(off_t) == sizeof(uoff_t) ? 1
: -1];
};

Bionic users are probably better switching CONFIG_LFS off.

I consider this bug closed for now.

If you know a generic method to detect 32-bit off_t, please let me know.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list