diff options
-rw-r--r-- | sys/compat/linux/linux_misc.c | 3 | ||||
-rw-r--r-- | sys/ddb/db_structinfo.c | 3 | ||||
-rw-r--r-- | sys/kern/kern_prot.c | 3 | ||||
-rw-r--r-- | sys/kern/kern_sig.c | 3 |
4 files changed, 4 insertions, 8 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> diff --git a/sys/ddb/db_structinfo.c b/sys/ddb/db_structinfo.c index ffc91b254fc..f14c91960e9 100644 --- a/sys/ddb/db_structinfo.c +++ b/sys/ddb/db_structinfo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_structinfo.c,v 1.8 2014/03/18 07:31:04 guenther Exp $ */ +/* $OpenBSD: db_structinfo.c,v 1.9 2014/03/24 03:48:00 guenther Exp $ */ /* public domain */ /* * This file is intended to be compiled with debug information, @@ -75,7 +75,6 @@ #include <sys/termios.h> #include <sys/time.h> #include <sys/timeout.h> -#include <sys/times.h> #include <sys/timetc.h> #include <sys/tprintf.h> #include <sys/tree.h> 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> 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> |