aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2019-04-04 18:18:52 +0000
committerchristos <christos@NetBSD.org>2019-04-04 18:18:52 +0000
commit5994883dc8b56e9b2049283bddff54f3962ed6c9 (patch)
treeac6b6871324a1a36865a589920759f5be9c3e30f
parent55a112193f8f4857f86694236b10c2df25bdf04e (diff)
downloadbsd-progress-5994883dc8b56e9b2049283bddff54f3962ed6c9.tar.gz
bsd-progress-5994883dc8b56e9b2049283bddff54f3962ed6c9.tar.zst
bsd-progress-5994883dc8b56e9b2049283bddff54f3962ed6c9.zip
merge tzcode 2019a
-rw-r--r--include/tzfile.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/tzfile.h b/include/tzfile.h
index b19046c..6ecda87 100644
--- a/include/tzfile.h
+++ b/include/tzfile.h
@@ -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. . .
*/