diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2010-06-28 23:00:31 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2010-06-28 23:00:31 +0000 |
commit | 76736c01c8f1639ae55716d86cd16a3b18580fb6 (patch) | |
tree | 48e7c4340050bdcae23a6de35a2fbcfff7e44ef0 /sys/kern/kern_sig.c | |
parent | a696a81cabb02618dd608e4429527223086c895e (diff) |
<sys/time.b> is for ftime(), which is just in libcompat and not the kernel,
so stop including it in kernel .c files.
"sure" deraadt@
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 27f7c93e49b..17fca944c86 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_sig.c,v 1.108 2010/05/18 22:26:10 tedu Exp $ */ +/* $OpenBSD: kern_sig.c,v 1.109 2010/06/28 23:00:30 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/timeb.h> #include <sys/times.h> #include <sys/buf.h> #include <sys/acct.h> |