Module Name: src Committed By: christos Date: Thu Apr 4 18:18:52 UTC 2019
Modified Files: src/include: tzfile.h Log Message: merge tzcode 2019a To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/include/tzfile.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/include/tzfile.h diff -u src/include/tzfile.h:1.8 src/include/tzfile.h:1.9 --- src/include/tzfile.h:1.8 Sat Jul 11 12:40:53 2015 +++ src/include/tzfile.h Thu Apr 4 14:18:52 2019 @@ -1,4 +1,4 @@ -/* $NetBSD: tzfile.h,v 1.8 2015/07/11 16:40:53 christos Exp $ */ +/* $NetBSD: tzfile.h,v 1.9 2019/04/04 18:18:52 christos Exp $ */ #ifndef _TZFILE_H_ #define _TZFILE_H_ @@ -32,6 +32,9 @@ #define TZDEFRULES "posixrules" #endif /* !defined TZDEFRULES */ + +/* See Internet RFC 8536 for more details about the following format. */ + /* ** Each file begins with. . . */