mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix clang compile warnings.
Approved by: philip (mentor)
This commit is contained in:
parent
e3071102d6
commit
7d214dd4e2
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ char *realloc ();
|
|||
# include <string.h>
|
||||
# ifndef bzero
|
||||
# ifndef _LIBC
|
||||
# define bzero(s, n) (memset (s, '\0', n), (s))
|
||||
# define bzero(s, n) ((void) (memset (s, '\0', n), (s)))
|
||||
# else
|
||||
# define bzero(s, n) __bzero (s, n)
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue