On Wed, May 12, 1999 at 10:50:42AM -0700, Archie Cobbs wrote:
> > MCLGET(m, M_WAIT);
> > + if (m == 0) {
>
> I think this part of the patch is useless. MCLGET() does not set
> m to NULL when it fails, it simply doesn't set the M_EXT flag.
> ...unless things have changed recently.No, they apparently haven't. You're absolutely right. -- Pierre Beyssac [email protected] To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-current" in the body of the message
