https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197270

--- Comment #13 from Vsevolod Stakhov <[email protected]> ---
Bjoern, using of qsort is impossible for two main reasons:

1) it cannot sort linked lists
2) it is not stable

This sorting is a mergesort actually, so it is stable which is important while
showing aliases in the correct order.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to