--- src/sbin/mount/mount_ufs.c 2005/04/03 17:13:08 1.8 +++ src/sbin/mount/mount_ufs.c 2006/10/28 20:42:54 1.9 @@ -87,7 +87,7 @@ mount_ufs(int argc, const char **argv) if (argc != 2) ufs_usage(); - args.fspec = argv[0]; /* The name of the device file. */ + args.fspec = __DECONST(char *, argv[0]); /* The name of the device file. */ fs_name = argv[1]; /* The mount point. */ #define DEFAULT_ROOTUID -2