History log of /dflybsd-src/lib/libc/uuid/uuid_to_string.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 678e8cc6 05-Mar-2012 Sascha Wildner <saw@online.de>

Sweep-fix comparing pointers with 0 (and assigning 0 to pointers).

For better readability, don't compare pointers with 0 or assign 0
to them. Use NULL instead.

The change was done with coccinelle.


# d7345b10 16-Jun-2007 Matthew Dillon <dillon@dragonflybsd.org>

Bring uuidgen(3) into libc and implement the uuidgen() system call.

Obtained-from: FreeBSD / Marcel Moolenaar