fixed bcopy/memcpy conflict by using private mem* routines.
authormickey <mickey@openbsd.org>
Fri, 4 Apr 1997 16:17:02 +0000 (16:17 +0000)
committermickey <mickey@openbsd.org>
Fri, 4 Apr 1997 16:17:02 +0000 (16:17 +0000)
commitbbcd87c56c528bf24b56a989f2dec0c7794f3016
tree6883479427b96e2544caac0497e3de9856e7fc88
parent44cbc57d32bf3b1f07db49a17a104ee3bac6680e
fixed bcopy/memcpy conflict by using private mem* routines.
changed generic pointer type to (void *)
and, md5 is in libkern, since more than one component of the kernel uses it.
what would be better place? well, imagine some lkm that uses md5 someday...
sys/lib/libkern/md5.c
sys/sys/md5k.h