Do not define memset() to bzero(). We have a memset().

Found by:       FlexeLint
This commit is contained in:
Poul-Henning Kamp 2003-05-31 19:31:46 +00:00
parent c543626797
commit 5578b9263b

View File

@ -317,8 +317,6 @@ find_first_zero_bit(volatile void *p, int max)
#define spldrm() spltty()
#define memset(p, v, s) bzero(p, s)
/*
* Fake out the module macros for versions of FreeBSD where they don't
* exist.