commit | 89f10bcf3790dabbeae4276fa1e1a6d9e9325d9c | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Fri Dec 19 11:29:29 2003 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Fri Dec 19 11:29:29 2003 +0000 |
tree | f68ba5f7a4c1460039dc9a566de22276c86ece42 | |
parent | 769a3ef08dba4097047ae12ac5c8e05927a20a75 [diff] |
Patch from Fillod Stephane: * The "rdate.patch" file makes rdate to NOT settimeofday if the date to be set equals current date. This prevents the system from experiencing nasty time discontinuities caused by sub-second changes, with a protocol that has only over second resolution. Depending on your taste, the "fprintf(stderr..." may be removed.