sorthost
qsort(table, numentries, sizeof (struct mountbody *), sorthost);
int sorthost(const void *, const void *);
static int sorthost __P((ADDRESS *, ADDRESS *));
sorthost(xx, yy)
sortfn = sorthost;