sortpath
qsort(table, endtb - table, sizeof (struct mountbody *), sortpath);
static int sortpath(const void *, const void *);
qsort(table, numentries, sizeof (struct mountbody *), sortpath);
int sortpath(const void *, const void *);