K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-08-18T07:05:00.000000Z K 7 svn:log V 225 Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid breaking application ABI use unused ifreq.ifru_flags[1] for upper 16 bits in SIOCSIFFLAGS and SIOCGIFFLAGS ioctl's. Reviewed by: -hackers, -net END