diff options
author | 2007-06-30 13:20:42 +0000 | |
---|---|---|
committer | 2007-06-30 13:20:42 +0000 | |
commit | aad375a0bb297bfa4079a6c7cd27d8e9940d64df (patch) | |
tree | 6814fbc077ac86535e25974da734c7df8ffc8daa /lib/libc/time/zdump.c | |
parent | Add 802.11d (domain info) command. (diff) | |
download | wireguard-openbsd-aad375a0bb297bfa4079a6c7cd27d8e9940d64df.tar.xz wireguard-openbsd-aad375a0bb297bfa4079a6c7cd27d8e9940d64df.zip |
Update to tzcode2007f from elsie.nci.nih.gov
Diffstat (limited to 'lib/libc/time/zdump.c')
-rw-r--r-- | lib/libc/time/zdump.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/time/zdump.c b/lib/libc/time/zdump.c index 30a8893dfc1..e1241209e24 100644 --- a/lib/libc/time/zdump.c +++ b/lib/libc/time/zdump.c @@ -1,8 +1,8 @@ -/* $OpenBSD: zdump.c,v 1.19 2007/02/06 19:35:16 millert Exp $ */ +/* $OpenBSD: zdump.c,v 1.20 2007/06/30 13:20:42 millert Exp $ */ /* ** This file is in the public domain, so clarified as of ** Feb 14, 2003 by Arthur David Olson. -static char elsieid[] = "@(#)zdump.c 8.3"; +static char elsieid[] = "@(#)zdump.c 8.4"; /* ** This code has been made independent of the rest of the time @@ -422,7 +422,7 @@ _("%s: use of -v on system with floating time_t other than float or double\n"), t = t1; t1 = 2 * t1 + 1; } - + absolute_max_time = t; t = -t; absolute_min_time = t - 1; |