git: sbin/newfs_hammer: Use uuid_create(3) instead of uuidgen(2)
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Tue Sep 19 10:34:33 PDT 2017
commit f5cbe1f7dfd662d261beeb330e9ee77fdc52c78b
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Sat Sep 16 19:02:55 2017 +0300
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.
Summary of changes:
sbin/newfs_hammer/newfs_hammer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f5cbe1f7dfd662d261beeb330e9ee77fdc52c78b
--
DragonFly BSD source repository
More information about the Commits
mailing list