[PATCH v2] util-linux: add minimal uuidgen implementation

Osama Abdelkader osama.abdelkader at gmail.com
Sat Jan 31 13:03:39 UTC 2026


On Fri, Jan 30, 2026 at 10:00:04PM +0000, Ron Yorston wrote:
> Osama Abdelkader via busybox <busybox at busybox.net> wrote:
> 
> >+	printf("%s\n", id.uuid);
> 
> Or save 6 bytes with:
> 
> >+	puts(id.uuid);
> 
> Ron

Thanks, I just sent v3.
BR,
Osama


More information about the busybox mailing list