• David S. Miller's avatar
    [NET,COMPAT]: Delete bogus icmpv6 filter translation code. · 531066f2
    David S. Miller authored
    A long time ago in a land far far away the icmpv6 filter
    code bogusly used the "unsigned long" based bitops and
    thus we had all kinds of endianness problems wrt. 32-bit
    apps running on 64-bit machines.  These days the icmpv6
    code explicitly uses u32 fixed types and thus no translations
    are necessary.
    531066f2
compat.c 16.6 KB