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/archival/libarchive/lzo1x_9x.c

    r3232 r3621  
    7272
    7373    unsigned r1_lit;
    74 
    7574} lzo1x_999_t;
    7675
     
    9594
    9695#if defined(LZO_UNALIGNED_OK_2)
    97 #  define HEAD2(b,p)      (* (uint16_t *) &(b[p]))
     96#  define HEAD2(b,p)      (* (bb__aliased_uint16_t *) &(b[p]))
    9897#else
    9998#  define HEAD2(b,p)      (b[p] ^ ((unsigned)b[p+1]<<8))
     
    466465    }
    467466
    468     s->m_len = 1;
    469467    s->m_len = 1;
    470468#ifdef SWD_BEST_OFF
Note: See TracChangeset for help on using the changeset viewer.