diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-02-06 19:35:17 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-02-06 19:35:17 +0000 |
commit | 0044c236c2a42c54691edb8497bce0fa8ce0a49e (patch) | |
tree | 529743eb863865002b02f7c0b657263cdb15a399 /lib/libc/time/ctime.3 | |
parent | 48331a8159d590ec9e5ea4cd976e1947249f0515 (diff) |
Update to tzcode2007a. This adds support for 64bit time_t in case
we need it in the future. All of our platforms currently have 32bit
time_t types. This also extends the timezone data file format to
support both 32bit and 64bit data. The 64bit data is located after
the 32bit data so binaries linked with the older tzcode simply won't
look at it. A version field in the file header is used to determine
whether the data file is the old or extended format. OK miod@
Diffstat (limited to 'lib/libc/time/ctime.3')
-rw-r--r-- | lib/libc/time/ctime.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/time/ctime.3 b/lib/libc/time/ctime.3 index 4c5f30f9bdc..51c184c6170 100644 --- a/lib/libc/time/ctime.3 +++ b/lib/libc/time/ctime.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctime.3,v 1.32 2006/07/23 09:11:04 jmc Exp $ +.\" $OpenBSD: ctime.3,v 1.33 2007/02/06 19:35:16 millert Exp $ .\" .\" .Dd February 16, 1999 @@ -310,6 +310,6 @@ as the superuser. Avoid using out-of-range values with .Fn mktime when setting up lunch with promptness sticklers in Riyadh. -.\" based on @(#)newctime.3 7.16 +.\" based on @(#)newctime.3 8.1 .\" This file is in the public domain, so clarified as of .\" 2003-02-14 by Arthur David Olson (arthur_david_olson@nih.gov). |