K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-08-02T17:52:52.000000Z K 7 svn:log V 288 When allocating link layer ifnet address list entries in ifp->if_resolvemulti(), do so with M_NOWAIT rather than M_WAITOK, so that a mutex can be held over the call. In the FDDI code, add a missing M_ZERO. Consumers are already aware that if_resolvemulti() can fail. MFC after: 1 week END