Almost exclusively this patch handled the addition of another char array to the zfs_cmd_t structure. Unfortunately c90 doesn't allow zero filling the entire struct with the '= { 0 };' shorthand.
Conflicts: lib/libzfs/libzfs_dataset.c