Subject: CVS commit: src/sys/opencrypto
To: None <source-changes@NetBSD.org>
From: DEGROOTE Arnaud <degroote@netbsd.org>
List: source-changes
Date: 09/22/2007 23:38:18
Module Name: src
Committed By: degroote
Date: Sat Sep 22 23:38:18 UTC 2007
Modified Files:
src/sys/opencrypto: deflate.c
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/opencrypto/deflate.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.