mirror of
https://github.com/samba-team/samba.git
synced 2025-02-08 05:57:51 +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"
|
#include "getaddrinfo.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Needed for some systems that don't define it (Solaris). */
|
||||||
|
#ifndef ifr_netmask
|
||||||
|
#define ifr_netmask ifr_addrs
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef SOCKET_WRAPPER
|
#ifdef SOCKET_WRAPPER
|
||||||
#ifndef SOCKET_WRAPPER_NOT_REPLACE
|
#ifndef SOCKET_WRAPPER_NOT_REPLACE
|
||||||
#define SOCKET_WRAPPER_REPLACE
|
#define SOCKET_WRAPPER_REPLACE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user