commit | d1492994a51719dc59932151b55a9b24e1879bce | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue May 04 20:51:02 2004 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue May 04 20:51:02 2004 -0400 |
tree | 49fe7fb19709041fd4964426bf131587c59124de | |
parent | 66fbee8cbbe88e5e14ea98a67c220e6f8ff5deba [diff] [blame] |
gen_uuid.c (uuid_generate_time): Mask off the timestamp to avoid a Y8.8888K problem.
diff --git a/lib/uuid/ChangeLog b/lib/uuid/ChangeLog index fd665c5..ba1e63c 100644 --- a/lib/uuid/ChangeLog +++ b/lib/uuid/ChangeLog
@@ -1,3 +1,8 @@ +2004-05-04 Theodore Ts'o <tytso@mit.edu> + + * gen_uuid.c (uuid_generate_time): Mask off the timestamp to avoid + a Y8.8888K problem. + 2004-04-03 Theodore Ts'o <tytso@mit.edu> * Makefile.in: Update the modtime even if subst doesn't need to