]> git.ipfire.org Git - thirdparty/util-linux.git/commit
uuidd: reorder bulk time and random generation code
authorSami Kerola <kerolasa@iki.fi>
Sat, 21 Nov 2020 18:13:45 +0000 (18:13 +0000)
committerSami Kerola <kerolasa@iki.fi>
Mon, 23 Nov 2020 22:47:13 +0000 (22:47 +0000)
commitea9416925c00cd3f364e05eb539aaba5bf7330c1
tree906b37d32f73f4a518144fb13ac46c3c5f218585
parent2049075a791d8c2760957c805da9bb005101e437
uuidd: reorder bulk time and random generation code

Write the data and response length values in same close to order they appear
in protocol.  This should make code a little easier to read.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
misc-utils/uuidd.c