Subject: Re: CVS commit: src/sys/arch/xen/xen
To: None <bouyer@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 09/12/2005 21:14:33
> Module Name:	src
> Committed By:	bouyer
> Date:		Sun Sep 11 11:44:52 UTC 2005
> 
> Modified Files:
> 	src/sys/arch/xen/xen: if_xennet.c
> 
> Log Message:
> Remplace MEXTMALLOC/memcpy with m_copyback.

is it intended to ignore mbuf allocation failures?

YAMAMOTO Takashi