Deleted Added
full compact
35c35
< * $FreeBSD: head/sbin/mount_udf/mount_udf.c 227081 2011-11-04 13:36:02Z ed $
---
> * $FreeBSD: head/sbin/mount_udf/mount_udf.c 230226 2012-01-16 19:34:21Z jh $
114c114,115
< (void)checkpath(dir, mntpath);
---
> if (checkpath(dir, mntpath) != 0)
> err(EX_USAGE, "%s", mntpath);