K 10 svn:author V 6 brooks K 8 svn:date V 27 2004-01-27T19:35:05.000000Z K 7 svn:log V 270 Cleanup malloc() use in if_attach(): - malloc() returns a void* and does not need a cast - when called with M_WAITOK, malloc() can not return NULL so don't check for that case. The result of the check was bogus anyway since it would leave the interface broken. END