mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
BUG#7384 IM fails to compile on Solaris.
Solaris doesn't define INADDR_NONE macro. This resulted in compilation failure. (advanced fix)
This commit is contained in:
@@ -98,9 +98,6 @@ my_bool net_flush(NET *net);
|
||||
# include <sys/un.h>
|
||||
#endif
|
||||
|
||||
#ifndef INADDR_NONE
|
||||
#define INADDR_NONE -1
|
||||
#endif
|
||||
#if defined(MSDOS) || defined(__WIN__)
|
||||
#define perror(A)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user