Subject: CVS commit: [netbsd-4] src/sys/opencrypto
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 09/25/2007 00:49:39
Module Name: src
Committed By: xtraeme
Date: Tue Sep 25 00:49:39 UTC 2007
Modified Files:
src/sys/opencrypto [netbsd-4]: deflate.c
Log Message:
Pull up following revision(s) (requested by degroote in ticket #897):
sys/opencrypto/deflate.c: revision 1.9
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.7.2.1 -r1.7.2.2 src/sys/opencrypto/deflate.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.