mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Do not define memset() to bzero(). We have a memset().
Found by: FlexeLint
This commit is contained in:
parent
c543626797
commit
5578b9263b
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Reference in a new issue