mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
This commit is contained in:
commit
ec891be53c
@ -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…
x
Reference in New Issue
Block a user