Add explicit casts for (u_longlong_t) when printing uint64_t.

This commit is contained in:
Brian Behlendorf 2009-07-08 09:06:03 -07:00
parent a2423197e1
commit 5534447477
1 changed files with 1 additions and 1 deletions

View File

@ -2389,7 +2389,7 @@ zfs_do_set(int argc, char **argv)
usage(B_FALSE);
}
ret = zfs_for_each(argc - 2, argv + 2, NULL,
ret = zfs_for_each(argc - 2, argv + 2, 0,
ZFS_TYPE_DATASET, NULL, NULL, 0, set_callback, &cb);
return (ret);