diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-03-24 03:48:01 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-03-24 03:48:01 +0000 |
commit | 5d20761a1ea42cc2508c8bef8ef3bf2ea337f6be (patch) | |
tree | 769cc444b922010f95344cc355fd41235c75e080 /sys/kern/kern_prot.c | |
parent | 1ab37d6d6fd55d37cd7d077127e0854789422172 (diff) |
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> |