mount_nfs
mount_nfs(me, spec_mntpnt, private, overlay, uid,
extern int mount_nfs(struct mapent *, char *, char *, int, uid_t,
static int mount_nfs(struct mnttab *, int, err_ret_t *);
if ((r = mount_nfs(mntp, ro, NULL)) == RET_OK) {
r = mount_nfs(&mnt, ro, &retry_error);