K 10 svn:author V 3 mux K 8 svn:date V 27 2002-10-19T11:31:50.000000Z K 7 svn:log V 196 Several malloc() calls were passing the M_DONTWAIT flag which is an mbuf allocation flag. Use the correct M_NOWAIT malloc() flag. Fortunately, both were defined to 1, so this commit is a no-op. END