diff options
author | 2014-03-24 03:48:00 +0000 | |
---|---|---|
committer | 2014-03-24 03:48:00 +0000 | |
commit | e590eea07c004852fc423fae1b2d8f229d9966ae (patch) | |
tree | 38ad67017059af80313ed9583cb0a49514262029 /sys/kern/kern_prot.c | |
parent | sync (diff) | |
download | wireguard-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.c | 3 |
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> |