Subject: Re: CVS commit: src/sys
To: source-changes@NetBSD.org, Matthias Scheler <tron@NetBSD.org>
From: Martin Husemann <martin@NetBSD.org>
List: source-changes
Date: 06/06/2005 04:59:48
On Mon, Jun 06, 2005 at 04:50:28AM +0000, Martin Husemann wrote:
> 
> Module Name:	src
> Committed By:	martin
> Date:		Mon Jun  6 04:50:28 UTC 2005
> 
> Modified Files:
> 	src/sys/kern: uipc_mbuf.c
> 	src/sys/sys: mbuf.h
> 
> Log Message:
> Constify the source arg of m_copydata

Uhh - sorry, just noticed we had been there already.
But un-consting it now needs quite a few changes all over the place the
probably should be commited together with the change.

Matthias, how did you get if_stf* to compile without the const mbuf arg?

Martin