Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 03/31/1999 21:12:21
Module Name:	src
Committed By:	simonb
Date:		Thu Apr  1 05:12:20 UTC 1999

Modified Files:
	src/sys/lib/libsa: Makefile
Added Files:
	src/sys/lib/libsa: bcmp.c
Log Message:
It's no use having a memcmp() that calls bcmp() if there's no bcmp() in
the SA library.  Basically copied from ../libkern with a few less #if's
and #include's.