summaryrefslogtreecommitdiff
path: root/sys/ddb/db_structinfo.c
diff options
context:
space:
mode:
authorPhilip Guenthe <guenther@cvs.openbsd.org>2010-06-28 23:00:31 +0000
committerPhilip Guenthe <guenther@cvs.openbsd.org>2010-06-28 23:00:31 +0000
commit76736c01c8f1639ae55716d86cd16a3b18580fb6 (patch)
tree48e7c4340050bdcae23a6de35a2fbcfff7e44ef0 /sys/ddb/db_structinfo.c
parenta696a81cabb02618dd608e4429527223086c895e (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/ddb/db_structinfo.c')
-rw-r--r--sys/ddb/db_structinfo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/db_structinfo.c b/sys/ddb/db_structinfo.c
index 6b9d88a965c..0099e23b29f 100644
--- a/sys/ddb/db_structinfo.c
+++ b/sys/ddb/db_structinfo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_structinfo.c,v 1.2 2010/05/26 15:33:51 guenther Exp $ */
+/* $OpenBSD: db_structinfo.c,v 1.3 2010/06/28 23:00:30 guenther Exp $ */
/* public domain */
/*
* This file is intended to be compiled with debug information,
@@ -76,7 +76,6 @@
#include <sys/syslog.h>
#include <sys/termios.h>
#include <sys/time.h>
-#include <sys/timeb.h>
#include <sys/timeout.h>
#include <sys/times.h>
#include <sys/timetc.h>