Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc



Module Name:    src
Committed By:   apb
Date:           Fri Mar  6 18:15:24 UTC 2009

Modified Files:
        src/lib/libc/hash: hashhl.c
        src/lib/libc/md: mdXhl.c

Log Message:
According to Alexander Blum in tech-toolchain on 31 Jan 2009, the way
these files use __weak_alias causes build failures under OpenBSD,
because the OpenBSD __weak_alias macro expects the caller to supply a
semicolon, but the NetBSD __weak_alias macro supplies its own semicolon.

Attempt to fix this by avoiding the use of __weak_alias during a tools
build.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/hash/hashhl.c
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/md/mdXhl.c

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



Home | Main Index | Thread Index | Old Index