summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_misc.c
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-03-24 03:48:00 +0000
committerguenther <guenther@openbsd.org>2014-03-24 03:48:00 +0000
commite590eea07c004852fc423fae1b2d8f229d9966ae (patch)
tree38ad67017059af80313ed9583cb0a49514262029 /sys/compat/linux/linux_misc.c
parentsync (diff)
downloadwireguard-openbsd-e590eea07c004852fc423fae1b2d8f229d9966ae.tar.xz
wireguard-openbsd-e590eea07c004852fc423fae1b2d8f229d9966ae.zip
The kernel isn't involved in times(3); <sys/times.h> should never be
included there
Diffstat (limited to 'sys/compat/linux/linux_misc.c')
-rw-r--r--sys/compat/linux/linux_misc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c
index f55f588da44..0a1b4d74355 100644
--- a/sys/compat/linux/linux_misc.c
+++ b/sys/compat/linux/linux_misc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: linux_misc.c,v 1.86 2014/02/12 05:47:36 guenther Exp $ */
+/* $OpenBSD: linux_misc.c,v 1.87 2014/03/24 03:48:00 guenther Exp $ */
/* $NetBSD: linux_misc.c,v 1.27 1996/05/20 01:59:21 fvdl Exp $ */
/*-
@@ -58,7 +58,6 @@
#include <sys/socket.h>
#include <sys/sysctl.h>
#include <sys/time.h>
-#include <sys/times.h>
#include <sys/vnode.h>
#include <sys/uio.h>
#include <sys/wait.h>