Deleted Added
full compact
40c40
< __FBSDID("$FreeBSD: head/sbin/mount/mount.c 227081 2011-11-04 13:36:02Z ed $");
---
> __FBSDID("$FreeBSD: head/sbin/mount/mount.c 230226 2012-01-16 19:34:21Z jh $");
542c542,545
< (void)checkpath(name, mntpath);
---
> if (checkpath(name, mntpath) != 0) {
> warn("%s", mntpath);
> return (1);
> }