sbin/hammer: Add uuid.c
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 21 Sep 2017 16:06:16 +0000 (19:06 +0300)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 23 Sep 2017 11:59:53 +0000 (14:59 +0300)
commit3cd578eda6da1a44261fbcd0172ed900599d6d92
treeae348b34cd7517cda77e3bb453abb26948abe697
parentbaa896597c4cebf6e2a3bafa7a3040b6fc6d3eec
sbin/hammer: Add uuid.c

Add a simple wrapper over uuid functions for better portability,
similar to sys/vfs/hammer/hammer_crc.h (which helped implement
version 7 CRC).

No functional changes.
sbin/hammer/Makefile
sbin/hammer/cmd_cleanup.c
sbin/hammer/cmd_info.c
sbin/hammer/cmd_mirror.c
sbin/hammer/cmd_pfs.c
sbin/hammer/cmd_show.c
sbin/hammer/hammer.c
sbin/hammer/hammer_util.h
sbin/hammer/uuid.c [new file with mode: 0644]
sbin/newfs_hammer/Makefile
sbin/newfs_hammer/newfs_hammer.c