getmntent_compat
while ((ret = getmntent_compat(fp, mgetp)) == 0 &&
return (getmntent_compat(fp, (struct mnttab *)emp));
static int getmntent_compat(FILE *fp, struct mnttab *mp);