summaryrefslogtreecommitdiffstats
path: root/include/time.h
diff options
context:
space:
mode:
authorpjanzen <pjanzen@openbsd.org>1999-03-10 02:43:10 +0000
committerpjanzen <pjanzen@openbsd.org>1999-03-10 02:43:10 +0000
commit86eac1108ead95a05c911baeeb44398cafcbe858 (patch)
tree3ce7a03a4050f1a6ffc099b8a9bd61d65a3af8ff /include/time.h
parentcomma splice (diff)
downloadwireguard-openbsd-86eac1108ead95a05c911baeeb44398cafcbe858.tar.xz
wireguard-openbsd-86eac1108ead95a05c911baeeb44398cafcbe858.zip
Daylight Saving Time, not savings
Diffstat (limited to 'include/time.h')
-rw-r--r--include/time.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/time.h b/include/time.h
index 88a1658afdc..72e3385fb0a 100644
--- a/include/time.h
+++ b/include/time.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: time.h,v 1.4 1998/11/20 11:18:26 d Exp $ */
+/* $OpenBSD: time.h,v 1.5 1999/03/10 02:43:10 pjanzen Exp $ */
/* $NetBSD: time.h,v 1.9 1994/10/26 00:56:35 cgd Exp $ */
/*
@@ -77,7 +77,7 @@ struct tm {
int tm_year; /* years since 1900 */
int tm_wday; /* days since Sunday [0-6] */
int tm_yday; /* days since January 1 [0-365] */
- int tm_isdst; /* Daylight Savings Time flag */
+ int tm_isdst; /* Daylight Saving Time flag */
long tm_gmtoff; /* offset from CUT in seconds */
char *tm_zone; /* timezone abbreviation */
};