(rfc3484_sort): Make sure that even if qsort doesn't support
authorUlrich Drepper <drepper@redhat.com>
Sun, 14 Oct 2007 23:08:43 +0000 (23:08 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 14 Oct 2007 23:08:43 +0000 (23:08 +0000)
stable sorting out sorting here is stable by comparing service_order.

ChangeLog

index 7135128..74e840a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,8 @@
 
        * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
        service_order.
-       (rfc3484_sort): Make sure that even of qsort doesn't support
-       stable sorting it is stable by comparing service_order.
+       (rfc3484_sort): Make sure that even if qsort doesn't support
+       stable sorting out sorting here is stable by comparing service_order.
        (getaddrinfo): Initialize service_order.
        * posix/tst-rfc3484.c (do_test): Adjust for addition of
        service_order field to sorting structure.