sbin/newfs_hammer2: Use uuid_create(3) rather than uuidgen(2)
commit883b5705df3e2035b402cc052b523dbe6b9709e4
authorTomohiro Kusumi <tkusumi@netbsd.org>
Wed, 19 Apr 2023 07:20:14 +0000 (19 00:20 -0700)
committerTomohiro Kusumi <tkusumi@netbsd.org>
Wed, 19 Apr 2023 07:26:50 +0000 (19 00:26 -0700)
tree7e4843ba67a8d8b41094a7a6188c28adc26b13ed
parent51fc504a59aba356b2bbdf3784776cf4425640ab
sbin/newfs_hammer2: Use uuid_create(3) rather than uuidgen(2)

for portability.
uuid_create(3), which is a wrapper over uuidgen(2) in DragonFly,
is the common interface among *BSD's.

The code has been using uuid(3) functions except for creation.
sbin/newfs_hammer2/mkfs_hammer2.c