On Tue, Jan 22, 2019 at 01:04:01PM +0100, Karel Zak wrote: > On Sun, Jan 20, 2019 at 06:45:16PM -0800, Josh Triplett wrote: > > Various libraries, including libblkid, depend on libuuid solely to call > > uuid_unparse, which just prints a UUID. > > It seems only libblkid requires solely uuid_unparse() :-) So, I guess > all we need is to use already implemented blkid_unparse_uuid() where > is the magic snprintf. I have applied this change: > > https://github.com/karelzak/util-linux/commit/c2435b946f574880201cb41d989d8d63d4bbf87d Alright; that certainly solves the primary issue I observed. Thank you! Looking across a large chunk of Debian, I don't see any other users of solely uuid_unparse.