K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-10-19T18:11:55.000000Z K 7 svn:log V 283 Define IFF_LOCKGIANT() and IFF_UNLOCKGIANT() macros, which conditionally acquire Giant if the passed interface has IFF_NEEDSGIANT set on it. Modify calls into (ifp)->if_ioctl() in if.c to use these macros in order to ensure that Giant is held. MFC after: 3 days Bumped into by: jmg END