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.