Ignore:
Timestamp:
May 24, 2009, 7:17:10 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.1

Location:
branches/samba-3.3.x/source/lib/replace
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/lib/replace/getifaddrs.c

    r206 r221  
    8585        int fd, i, n;
    8686        struct ifreq *ifr=NULL;
    87         struct in_addr ipaddr;
    88         struct in_addr nmask;
    89         char *iname;
    9087        struct ifaddrs *curif;
    9188        struct ifaddrs *lastif = NULL;
     
    165162        int fd, i, n;
    166163        struct ifreq *ifr=NULL;
    167         struct in_addr ipaddr;
    168         struct in_addr nmask;
    169         char *iname;
    170164        struct ifaddrs *curif;
    171165        struct ifaddrs *lastif = NULL;
     
    266260        struct ifconf ifc;
    267261        struct ifreq *ifr=NULL;
    268         struct in_addr ipaddr;
    269         struct in_addr nmask;
    270         char *iname;
    271262        struct ifaddrs *curif;
    272263        struct ifaddrs *lastif = NULL;
  • branches/samba-3.3.x/source/lib/replace/libreplace_ld.m4

    r206 r221  
    293293                        LIB_PATH_VAR=LD_LIBRARY_PATH
    294294                ;;
    295                 *netbsd*)
     295                *bsd*)
    296296                        LIB_PATH_VAR=LD_LIBRARY_PATH
    297297                ;;
  • branches/samba-3.3.x/source/lib/replace/libreplace_network.m4

    r206 r221  
    88
    99AC_CHECK_HEADERS(sys/socket.h netinet/in.h netdb.h arpa/inet.h)
    10 AC_CHECK_HEADERS(netinet/ip.h netinet/tcp.h netinet/in_systm.h netinet/in_ip.h)
     10AC_CHECK_HEADERS(netinet/in_systm.h)
     11AC_CHECK_HEADERS([netinet/ip.h], [], [], [#ifdef HAVE_NETINET_IN_H
     12#include <netinet/in.h>
     13#endif
     14#ifdef HAVE_NETINET_IN_SYSTM_H
     15#include <netinet/in_systm.h>
     16#endif])
     17AC_CHECK_HEADERS(netinet/tcp.h netinet/in_ip.h)
    1118AC_CHECK_HEADERS(sys/sockio.h sys/un.h)
    1219
     
    347354#include <sys/types.h>
    348355#include <netdb.h>
     356#include <netinet/in.h>
    349357                ],
    350358                [
Note: See TracChangeset for help on using the changeset viewer.