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/speed_table.c

    r2725 r3621  
    1111
    1212struct speed_map {
     13#if defined __FreeBSD__
     14    /* On FreeBSD, B<num> constants don't fit into a short */
     15    unsigned speed;
     16#else
    1317    unsigned short speed;
     18#endif
    1419    unsigned short value;
    1520};
Note: See TracChangeset for help on using the changeset viewer.