Deleted Added
full compact
45c45
< __FBSDID("$FreeBSD: head/sbin/mount_nfs/mount_nfs.c 229778 2012-01-07 16:09:33Z uqs $");
---
> __FBSDID("$FreeBSD: head/sbin/mount_nfs/mount_nfs.c 230226 2012-01-16 19:34:21Z jh $");
414c414,415
< (void)checkpath(name, mntpath);
---
> if (checkpath(name, mntpath) != 0)
> err(1, "%s", mntpath);