Subject: Re: IPF in our source tree
To: Darren Reed <darrenr@NetBSD.org>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 06/02/2007 23:38:03
On Sat, Jun 02, 2007 at 07:51:00PM +0000, Darren Reed wrote:
> THe BCOPYIN() macros are defined as:
> 
> #  define       BCOPYIN(a,b,c)  (bcopy((a), (b), (c)), 0)
> #  define       BCOPYOUT(a,b,c) (bcopy((a), (b), (c)), 0)

Heh, indeed, in your version they are - must be a merge botch, since in
our tree there are two additional broken, definitions :-(

Martin