Subject: CVS commit: src/lib/libc
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 09/25/2005 22:20:59
Module Name:	src
Committed By:	elad
Date:		Sun Sep 25 22:20:59 UTC 2005

Modified Files:
	src/lib/libc/hash: hash.c
	src/lib/libc/hash/md2: md2.c
	src/lib/libc/hash/rmd160: rmd160.c
	src/lib/libc/hash/sha2: sha2.c
	src/lib/libc/include: namespace.h
	src/lib/libc/md: md4c.c md5c.c

Log Message:
Fix weak aliasing after recent changes.

Inspired by comments from christos@, xtraeme@, mlelstv@, mhitch@, mrg@,
and uwe@; all the bugs are mine.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libc/hash/hash.c
cvs rdiff -r1.1 -r1.2 src/lib/libc/hash/md2/md2.c
cvs rdiff -r1.2 -r1.3 src/lib/libc/hash/rmd160/rmd160.c
cvs rdiff -r1.3 -r1.4 src/lib/libc/hash/sha2/sha2.c
cvs rdiff -r1.107 -r1.108 src/lib/libc/include/namespace.h
cvs rdiff -r1.13 -r1.14 src/lib/libc/md/md4c.c
cvs rdiff -r1.20 -r1.21 src/lib/libc/md/md5c.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.