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/networking/libiproute/ll_types.c

    r3232 r3621  
    1717const char* FAST_FUNC ll_type_n2a(int type, char *buf)
    1818{
    19     static const char arphrd_name[] =
     19    static const char arphrd_name[] ALIGN1 =
    2020    /* 0,                  */ "generic" "\0"
    2121    /* ARPHRD_LOOPBACK,    */ "loopback" "\0"
     
    106106    /* Keep these arrays in sync! */
    107107
    108     static const uint16_t arphrd_type[] = {
     108    static const uint16_t arphrd_type[] ALIGN2 = {
    109109    0,                  /* "generic" "\0" */
    110110    ARPHRD_LOOPBACK,    /* "loopback" "\0" */
Note: See TracChangeset for help on using the changeset viewer.