]> git.neil.brown.name Git - history.git/commit
[NET,COMPAT]: Delete bogus icmpv6 filter translation code.
authorDavid S. Miller <davem@nuts.ninka.net>
Thu, 10 Jul 2003 18:09:47 +0000 (11:09 -0700)
committerDavid S. Miller <davem@nuts.ninka.net>
Thu, 10 Jul 2003 18:09:47 +0000 (11:09 -0700)
commit531066f2b238b5aef235be9027fa3464f6b2d125
tree76192a8253626fb503a38fd3d129976cbc278da1
parent6e4153afdfe36d5cb1469a73ba022b088fe5409d
[NET,COMPAT]: Delete bogus icmpv6 filter translation code.

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.
net/compat.c