1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

Fix macro name (no 's' in ifr_addr).

Interface detection on Solaris still failing due to items pointed out here:
http://lists.samba.org/archive/samba-technical/2007-November/056701.html
(cherry picked from commit 37c87acc9d)
(This used to be commit 5757d8dfe9)
This commit is contained in:
Gerald W. Carter
2008-02-28 11:58:05 -06:00
committed by Stefan Metzmacher
parent 6f6d38d24a
commit 1268be9f88

View File

@ -310,7 +310,7 @@ struct addrinfo {
/* Needed for some systems that don't define it (Solaris). */ /* Needed for some systems that don't define it (Solaris). */
#ifndef ifr_netmask #ifndef ifr_netmask
#define ifr_netmask ifr_addrs #define ifr_netmask ifr_addr
#endif #endif
#ifdef SOCKET_WRAPPER #ifdef SOCKET_WRAPPER