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
..
2004-01-25 06:19:37 +00:00
2004-01-21 18:03:54 +00:00
2004-01-14 07:47:10 +00:00
2004-01-27 19:35:05 +00:00
2004-01-27 17:45:28 +00:00
2004-01-25 17:18:12 +00:00
2003-12-16 14:13:47 +00:00
2004-01-17 03:28:27 +00:00