Source-Changes archive

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

Re: CVS commit: src/lib/libc (weak_alias()s still missing)



Elad Efrat <elad%netbsd.org@localhost> typed:
: 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.

You have a stackload of #define's in namespace.h which still don't have
matching __weak_alias()s.  Every one of them needs it.  Try building libc
and then build sbin/restore or usr.bin/cksum 

Regards,
Geoff



Home | Main Index | Thread Index | Old Index