Brooks Davis a8773564ca 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.
2004-01-27 19:35:05 +00:00
..
2003-12-29 08:23:11 +00:00
2003-10-26 14:29:04 +00:00
2004-01-27 19:35:05 +00:00
2003-03-15 23:55:33 +00:00
2003-11-14 18:17:07 +00:00
2003-02-02 13:52:25 +00:00