freebsd-dev/lib/libc/uuid
Marcel Moolenaar 3031a4311e Fix two (2) bugs in one (1) statement:
o  fix the len argument of memcmp(3) to be the size of the node field
   of the uuid structure, not the size of the uuid structure itself.
   We're comparing the node fields...
o  uuid_compare(3) is specified to return -1, 0 or 1, depending on
   the outcome of the comparison. memcmp(3) returns the difference
   between the first differing bytes. Hence, we cannot ever return
   the return value of memcmp(3) as-is.

PR: standards/55370
Submitted by: Konstantin Oznobihin <bork@rsu.ru>
2003-08-08 19:03:37 +00:00
..
Makefile.inc libc_r wasn't so tied to libc for 22 months. 2002-11-18 09:50:57 +00:00
uuid_compare.c Fix two (2) bugs in one (1) statement: 2003-08-08 19:03:37 +00:00
uuid_create_nil.c
uuid_create.c
uuid_equal.c
uuid_from_string.c
uuid_hash.c
uuid_is_nil.c
uuid_to_string.c
uuid.3 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00