Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/libbb/mode_string.c

    r2725 r3621  
    8888/* The previous version used "0pcCd?bB-?l?s???".  However, the '0', 'C',
    8989 * and 'B' types don't appear to be available on linux.  So I removed them. */
    90 static const char type_chars[16] = "?pc?d?b?-?l?s???";
     90static const char type_chars[16] ALIGN1 = "?pc?d?b?-?l?s???";
    9191/********************************** 0123456789abcdef */
    92 static const char mode_chars[7] = "rwxSTst";
     92static const char mode_chars[7] ALIGN1 = "rwxSTst";
    9393
    9494const char* FAST_FUNC bb_mode_string(mode_t mode)
Note: See TracChangeset for help on using the changeset viewer.