Add ``extern void bzero();'' for SGI, to keep gcc -Wall happy.
This commit is contained in:
parent
66a7013c5c
commit
37273177be
|
@ -43,6 +43,11 @@ have any value except INVALID_SOCKET.
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef __sgi
|
||||
/* This is missing from unistd.h */
|
||||
extern void bzero();
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
|
|
Loading…
Reference in New Issue