summaryrefslogtreecommitdiffstats
path: root/include/time.h
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2015-03-17 19:31:30 +0000
committermillert <millert@openbsd.org>2015-03-17 19:31:30 +0000
commit78badebcb025f9b42b4af0f818472c97db61cf6f (patch)
tree502612e8659a50078a5c1b2d9cc7fe55d2355982 /include/time.h
parentfor small mem machines, make sure max does not get smaller than (diff)
downloadwireguard-openbsd-78badebcb025f9b42b4af0f818472c97db61cf6f.tar.xz
wireguard-openbsd-78badebcb025f9b42b4af0f818472c97db61cf6f.zip
Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@
Diffstat (limited to 'include/time.h')
-rw-r--r--include/time.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/time.h b/include/time.h
index 02b35575371..a48321a7a9e 100644
--- a/include/time.h
+++ b/include/time.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: time.h,v 1.26 2015/03/15 00:41:27 millert Exp $ */
+/* $OpenBSD: time.h,v 1.27 2015/03/17 19:31:30 millert Exp $ */
/* $NetBSD: time.h,v 1.9 1994/10/26 00:56:35 cgd Exp $ */
/*
@@ -166,11 +166,6 @@ int clock_getcpuclockid(pid_t, clockid_t *);
#endif
#if __BSD_VISIBLE
-
-#ifndef TM_YEAR_BASE
-#define TM_YEAR_BASE 1900
-#endif
-
char *timezone(int, int);
void tzsetwall(void);
time_t timelocal(struct tm *);