Subject: where is memcpy()?
To: None <port-pmax@netbsd.org>
From: Matthias Drochner <drochner@zel459.zel.kfa-juelich.de>
List: port-pmax
Date: 03/29/1999 16:08:52
When I try to compile a fresh kernel now, linking does always
fail due to undefined memcpy() and memmove().
Indeed, these functions are forcibly excluded from libkern,
and were kicked off locore.S too.
Noone reported such a problem so far, so I guess I've messed up
my build environment.
Where is memcpy() supposed to be compiled from now?

best regards
Matthias