Deleted Added
full compact
44c44
< "$FreeBSD: head/sbin/mount/mount_fs.c 227081 2011-11-04 13:36:02Z ed $";
---
> "$FreeBSD: head/sbin/mount/mount_fs.c 230226 2012-01-16 19:34:21Z jh $";
121c121,124
< (void)checkpath(dir, mntpath);
---
> if (checkpath(dir, mntpath) != 0) {
> warn("%s", mntpath);
> return (1);
> }