From: Theodore Ts'o Date: Sat, 20 Mar 2004 00:56:55 +0000 (-0500) Subject: Use 14 bits for the clock sequence, instead of just 13 bits when X-Git-Tag: APPLE_UUID_SNAP_1~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5aa379710abdef97fa1e047b3cfe2a5a22505b5;p=thirdparty%2Fe2fsprogs.git Use 14 bits for the clock sequence, instead of just 13 bits when generating UUID's. --- diff --git a/ChangeLog b/ChangeLog index 0d3abcd34..f4f22b60d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-19 Theodore Ts'o + + * configure.in: Add tests for sa_len in struct sockaddr and test + for net/if_dl.h for better Darwin support. + 2004-03-04 Theodore Ts'o * e2fsprogs.spec.in: Mostly synchronize spec file with the one diff --git a/lib/uuid/ChangeLog b/lib/uuid/ChangeLog index b3e9392a1..77f0f7134 100644 --- a/lib/uuid/ChangeLog +++ b/lib/uuid/ChangeLog @@ -1,3 +1,11 @@ +2004-03-19 Theodore Ts'o + + * gen_uuid.c (get_clock): Use 14 bits for the clock sequence, + instead of just 13 bits. + + * gen_uuid.c (get_node_id): Fix so that Darwin will actually get + the ethernet address correctly. + 2004-02-29 Brian Bergstrand * Makefile.in: Use $(BSDLIB_PIC_FLAG) to determine whether to use