mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 07:59:23 +00:00
We have mem{cpy,cmp,set} functions in the kernel, don't #define them to
b{copy,zero,cmp} functions anymore. Spotted by: FlexeLint.
This commit is contained in:
parent
962414a120
commit
33f9080f82
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105579
@ -57,9 +57,6 @@
|
||||
#include <sys/time.h>
|
||||
#include <sys/systm.h>
|
||||
# define HAVE_MEMCPY
|
||||
# define memcpy(d, s, n) bcopy((s), (d), (n))
|
||||
# define memset(d, v, n) bzero((d), (n))
|
||||
# define memcmp bcmp
|
||||
|
||||
#else
|
||||
#if defined(__KERNEL__)
|
||||
|
Loading…
Reference in New Issue
Block a user