I'll look into all the stuff you commented on and fix it in a while, don't have a GNU/Hurd box at hand.
The proposed patch sometimes generates a result that is off by 1. If the boot time is 1.9 seconds after the epoch, and the current time is 2.1 seconds after the epoch, it will report an uptime of 1 second (2.0 - 1.0) instead of the correct 0 seconds (2.1 - 1.9, then truncated). Weird. How did you test that? _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
