]> err.no Git - util-linux/commit
fdisk: better fallback for get_random_id()
authorH. Peter Anvin <hpa@zytor.com>
Wed, 16 Jan 2008 18:53:56 +0000 (13:53 -0500)
committerKarel Zak <kzak@redhat.com>
Mon, 28 Jan 2008 13:55:04 +0000 (14:55 +0100)
commitf26873dc4ded29660c89e53e303d39555d3569b5
tree23b47786acefda9a2b360b7b5d35ce0401169e39
parent30568eec590764ab5cdd263a054df2c9fa38286f
fdisk: better fallback for get_random_id()

When /dev/urandom is not available, we have to use some kind of a hack
to generate a random MBR identifier.  Use a better fallback that
incorporates the clock down to microsecond granularity.

Signed-off-by: H. Peter Anvin" <hpa@zytor.com>
fdisk/fdisk.c