Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include merge tzcode 2019a



details:   https://anonhg.NetBSD.org/src/rev/d0841d6c47b9
branches:  trunk
changeset: 840374:d0841d6c47b9
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Apr 04 18:18:52 2019 +0000

description:
merge tzcode 2019a

diffstat:

 include/tzfile.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5cd2c2d0a4eb -r d0841d6c47b9 include/tzfile.h
--- a/include/tzfile.h  Thu Apr 04 18:18:31 2019 +0000
+++ b/include/tzfile.h  Thu Apr 04 18:18:52 2019 +0000
@@ -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. . .
 */



Home | Main Index | Thread Index | Old Index