he%NetBSD.org@localhost wrote: > Module Name: src > Committed By: he > Date: Tue Mar 17 23:42:45 UTC 2009 > > Modified Files: > src/common/lib/libc/string: bcmp.c memset.c > > Log Message: > Add local declarations of bcmp() and bzero() because libkern.h no longer > provides those declarations. > > It's possible that these can be removed later when we find out whether > these functions are actually needed in the kernel, but meanwhile, this > allows alpha, hp700 and the powerpc ports (who all build these as part > of libkern) to complete their builds. If you'd like such stupid kludge for daily buildability, I'd suggest to file a PR (or add an entry to doc/HACKS) which describes actual problem hidden by the kludge in the next time. --- Izumi Tsutsui