Don't #define memset() to bzero(), it is far too prone to bite somebody.
Approved by: re/scottl
This commit is contained in:
parent
063107e21d
commit
3d5371a1a6
@ -34,8 +34,6 @@
|
||||
|
||||
extern struct sysentvec svr4_sysvec;
|
||||
|
||||
#define memset(x,y,z) bzero(x,z)
|
||||
|
||||
#define COMPAT_SVR4_SOLARIS2
|
||||
#define KTRACE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user