summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/bcmp.c
AgeCommit message (Expand)Author
2005-06-13Remove bcmp(). Use memcmp() instead.junyoung
2003-09-01Another attempt to get libsa to contain the right things.dsl
2003-08-29The __strong_alias() seems to have to be in the file with the definition.dsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
1999-11-13Backout my libsa changes.thorpej
1999-11-11Update for the improvements to libsa, and don't reference libkern.h.thorpej
1999-04-01It's no use having a memcmp() that calls bcmp() if there's no bcmp() insimonb