Subject: CVS commit: src/lib/libcrypt
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 10/27/2006 19:39:11
Module Name: src
Committed By: drochner
Date: Fri Oct 27 19:39:11 UTC 2006
Modified Files:
src/lib/libcrypt: Makefile bcrypt.c crypt.c
Log Message:
gently add some "const", and avoid some casts
compiles with WARNS=4 now (on i386 and alpha)
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/lib/libcrypt/Makefile
cvs rdiff -r1.8 -r1.9 src/lib/libcrypt/bcrypt.c
cvs rdiff -r1.23 -r1.24 src/lib/libcrypt/crypt.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.