[HEIMDAL-646] aix
commit1e9ec73bbcb47f45451593efeff2af581efd30c0
authorLove Hornquist Astrand <lha@h5l.org>
Sun, 11 Oct 2009 22:08:58 +0000 (11 15:08 -0700)
committerLove Hornquist Astrand <lha@h5l.org>
Sun, 11 Oct 2009 22:08:58 +0000 (11 15:08 -0700)
tree1db3b09934e3874f8079152cb7ed1f9ab42fa97d
parente1b14b785444b43149233f421bf2111706c79e36
[HEIMDAL-646] aix

AIX qsort() is unstable and might change the order of the elements
if they are equal, libwind require them to be in the same order as they were
on the input, pull in FreeBSD qsort and use that instead of AIX version.
cf/aix.m4
lib/roken/Makefile.am
lib/roken/qsort.c [new file with mode: 0644]
lib/roken/roken.h.in
lib/wind/Makefile.am
lib/wind/normalize.c