NetBSD/common
tsutsui d0b9e6c924 - remove bcmp(9), bcopy(9), and bzero(9) from libkern since <sys/systm.h> has
macro which replace them with mem*() functions in #ifdef _KERNEL as noted
  in man pages
- move declarations of bcopy(3) and bzero(3) into <lib/libsa/stand.h>
  since they are still in libsa for some MD standalone sources
  (I guess all bcmp(3) in standalone sources have been replaced with memcmp(3)
   but they should be replaced with memcmp() anyway)
2009-03-18 12:25:06 +00:00
..
dist/zlib Disable a sanity check output buffer != NULL in _STANDALONE case. 2007-12-22 00:52:03 +00:00
include Avoid conflicts with ZFS. 2008-12-05 13:11:41 +00:00
lib - remove bcmp(9), bcopy(9), and bzero(9) from libkern since <sys/systm.h> has 2009-03-18 12:25:06 +00:00