Changeset 740 for vendor/current/source3/lib/interfaces.c
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/lib/interfaces.c
r414 r740 20 20 21 21 #include "includes.h" 22 #include "interfaces.h" 22 23 23 24 /**************************************************************************** … … 280 281 281 282 /* now we need to remove duplicates */ 282 qsort(ifaces, total, sizeof(ifaces[0]), QSORT_CASTiface_comp);283 TYPESAFE_QSORT(ifaces, total, iface_comp); 283 284 284 285 for (i=1;i<total;) {
Note:
See TracChangeset
for help on using the changeset viewer.