sbin/newfs_hammer: Use uuid_create(3) instead of uuidgen(2)
commitf5cbe1f7dfd662d261beeb330e9ee77fdc52c78b
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 16 Sep 2017 16:02:55 +0000 (16 19:02 +0300)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 19 Sep 2017 17:14:13 +0000 (19 20:14 +0300)
tree19dec9f5e8fe11fac8fb1a94d6dae639b0abc3ec
parent894963997e2f22a396941d81f6d64364e525cb57
sbin/newfs_hammer: Use uuid_create(3) instead of uuidgen(2)

HAMMER userspace uses uuid_create(3) except for this one.
uuidgen(2) syscall isn't part of the specification.
sbin/newfs_hammer/newfs_hammer.c