summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2013-04-02 05:16:14 +0000
committerguenther <guenther@openbsd.org>2013-04-02 05:16:14 +0000
commit1ec1251e0efaaac9a856c546d8c05b55261dc4f1 (patch)
tree2d3a28b8bd1d786e570f206fa1f6ebe806945f54 /include
parentfor parsing time values, fall back to atoll() for time_t (diff)
downloadwireguard-openbsd-1ec1251e0efaaac9a856c546d8c05b55261dc4f1.tar.xz
wireguard-openbsd-1ec1251e0efaaac9a856c546d8c05b55261dc4f1.zip
Pull in <sys/_types.h> instead of <machine/_types.h> in prep for the future
ok deraadt@
Diffstat (limited to 'include')
-rw-r--r--include/time.h4
-rw-r--r--include/utime.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/include/time.h b/include/time.h
index ead4ccf6650..95e01b712e0 100644
--- a/include/time.h
+++ b/include/time.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: time.h,v 1.23 2012/10/01 00:21:20 guenther Exp $ */
+/* $OpenBSD: time.h,v 1.24 2013/04/02 05:16:14 guenther Exp $ */
/* $NetBSD: time.h,v 1.9 1994/10/26 00:56:35 cgd Exp $ */
/*
@@ -42,7 +42,7 @@
#define _TIME_H_
#include <sys/cdefs.h>
-#include <machine/_types.h>
+#include <sys/_types.h>
#ifndef NULL
#ifdef __GNUG__
diff --git a/include/utime.h b/include/utime.h
index 9fab94f8c16..f61786584ce 100644
--- a/include/utime.h
+++ b/include/utime.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: utime.h,v 1.6 2006/01/06 18:53:04 millert Exp $ */
+/* $OpenBSD: utime.h,v 1.7 2013/04/02 05:16:14 guenther Exp $ */
/* $NetBSD: utime.h,v 1.3 1994/10/26 00:56:39 cgd Exp $ */
/*-
@@ -36,7 +36,7 @@
#define _UTIME_H_
#include <sys/cdefs.h>
-#include <machine/_types.h>
+#include <sys/_types.h>
#ifndef _TIME_T_DEFINED_
#define _TIME_T_DEFINED_