Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/lib/interfaces.c

    r414 r740  
    2020
    2121#include "includes.h"
     22#include "interfaces.h"
    2223
    2324/****************************************************************************
     
    280281
    281282        /* now we need to remove duplicates */
    282         qsort(ifaces, total, sizeof(ifaces[0]), QSORT_CAST iface_comp);
     283        TYPESAFE_QSORT(ifaces, total, iface_comp);
    283284
    284285        for (i=1;i<total;) {
Note: See TracChangeset for help on using the changeset viewer.