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_sig.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_sig.c')
-rw-r--r-- | sys/kern/kern_sig.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index 31b98c6a45d..64467a55dac 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_sig.c,v 1.159 2014/03/22 06:05:45 guenther Exp $ */ +/* $OpenBSD: kern_sig.c,v 1.160 2014/03/24 03:48:00 guenther Exp $ */ /* $NetBSD: kern_sig.c,v 1.54 1996/04/22 01:38:32 christos Exp $ */ /* @@ -48,7 +48,6 @@ #include <sys/event.h> #include <sys/proc.h> #include <sys/systm.h> -#include <sys/times.h> #include <sys/buf.h> #include <sys/acct.h> #include <sys/file.h> |