Do not define memset() to bzero(). We have a memset().
Found by: FlexeLint
This commit is contained in:
parent
c543626797
commit
5578b9263b
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user