K 10 svn:author V 6 brooks K 8 svn:date V 27 2005-03-24T17:51:15.000000Z K 7 svn:log V 254 Compile errors are way more useful then panics later. Replace a KASSERT of LINUX_IFNAMSIZ == IFNAMSIZ with a preprocessor check and #error message. This will prevent nasty suprises if users change IFNAMSIZ without updating the linux code appropriatly. END