K 10 svn:author V 3 des K 8 svn:date V 27 2001-10-15T20:06:34.000000Z K 7 svn:log V 225 In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linux defines it as a short. Change that to an array of one short so that FreeBSD's ifr_flags macro will work (it evaluates to ifr_ifru.ifru_flags[0]). END