summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_prot.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/kern/kern_prot.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/kern/kern_prot.c')
-rw-r--r--sys/kern/kern_prot.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_prot.c b/sys/kern/kern_prot.c
index 4e7c7171315..0d10d52a389 100644
--- a/sys/kern/kern_prot.c
+++ b/sys/kern/kern_prot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_prot.c,v 1.57 2014/03/24 00:19:48 guenther Exp $ */
+/* $OpenBSD: kern_prot.c,v 1.58 2014/03/24 03:48:00 guenther Exp $ */
/* $NetBSD: kern_prot.c,v 1.33 1996/02/09 18:59:42 christos Exp $ */
/*
@@ -46,7 +46,6 @@
#include <sys/systm.h>
#include <sys/ucred.h>
#include <sys/proc.h>
-#include <sys/times.h>
#include <sys/malloc.h>
#include <sys/filedesc.h>
#include <sys/pool.h>