mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-19 05:09:28 -04:00
Calculate complements by using awk's xor() function with a mask of 0xffffffff instead of relying on the compl() function which appears to produce broken results on certain 64bit architectures. SVN-Revision: 34875