Ignore:
Timestamp:
Aug 2, 2010, 6:40:21 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.5: vendor update to 3.5.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/lib/replace/system/network.h

    r414 r478  
    361361#endif
    362362
     363/* Some old Linux systems have broken header files */
     364#ifdef HAVE_IPV6
     365#ifdef HAVE_LINUX_IPV6_V6ONLY_26
     366#define IPV6_V6ONLY 26
     367#endif /* HAVE_LINUX_IPV6_V6ONLY_26 */
     368#endif /* HAVE_IPV6 */
     369
    363370#ifdef SOCKET_WRAPPER
    364371#ifndef SOCKET_WRAPPER_DISABLE
Note: See TracChangeset for help on using the changeset viewer.