From owner-freebsd-doc Fri May 1 07:32:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21717 for freebsd-doc-outgoing; Fri, 1 May 1998 07:32:06 -0700 (PDT) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21664 for ; Fri, 1 May 1998 07:32:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA14461; Fri, 1 May 1998 07:30:01 -0700 (PDT) Date: Fri, 1 May 1998 07:30:01 -0700 (PDT) Message-Id: <199805011430.HAA14461@freefall.freebsd.org> To: freebsd-doc@FreeBSD.ORG From: Kazuo Horikawa Subject: Re: docs/6454: In tzfile.5, tzfile.h does not exist, and tzh_timecnt is misused. Reply-To: Kazuo Horikawa Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR docs/6454; it has been noted by GNATS. From: Kazuo Horikawa To: FreeBSD-gnats-submit@FreeBSD.ORG, horikawa@jp.freebsd.org Cc: Subject: Re: docs/6454: In tzfile.5, tzfile.h does not exist, and tzh_timecnt is misused. Date: Fri, 01 May 1998 23:25:07 +0900 It was my misunderstanding. So, please cancel (close) this PR. I found the file src/lib/libc/stdtime/tzfile.h: ** tzh_timecnt (char [4])s coded transition times a la time(2) ** tzh_timecnt (unsigned char)s types of local time starting at above ** tzh_typecnt repetitions of ** one (char [4]) coded GMT offset in seconds ** one (unsigned char) used to set tm_isdst ** one (unsigned char) that's an abbreviation list index and that "Next come tzh_timecnt one-byte values of type unsigned char;" is correct. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message