mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
Try and fix the Solaris build by adding a missing define
(from Jerry).
Jeremy
(This used to be commit a68bbea0d4
)
This commit is contained in:
parent
38c34ffd6b
commit
1870643d20
@ -247,6 +247,11 @@ struct addrinfo {
|
||||
#include "getaddrinfo.h"
|
||||
#endif
|
||||
|
||||
/* Needed for some systems that don't define it (Solaris). */
|
||||
#ifndef ifr_netmask
|
||||
#define ifr_netmask ifr_addrs
|
||||
#endif
|
||||
|
||||
#ifdef SOCKET_WRAPPER
|
||||
#ifndef SOCKET_WRAPPER_NOT_REPLACE
|
||||
#define SOCKET_WRAPPER_REPLACE
|
||||
|
Loading…
Reference in New Issue
Block a user