Subject: Re: CVS commit: src/sys/opencrypto
To: None <degroote@netbsd.org>
From: Perry E. Metzger <perry@piermont.com>
List: source-changes
Date: 09/22/2007 20:09:36
DEGROOTE Arnaud <degroote@netbsd.org> writes:
> Fix a stupid bogus bcopy -> memcpy conversion.
> I will write it 1000 times : when I convert bcopy to memcpy, don't forget to
> swap first and secund args.

I did a few thousand of these at one point. I used a script -- it
reduced the possibility of human error tremendously. I highly
recommend always doing it that way.

Perry