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/ddb | |
parent | 1ab37d6d6fd55d37cd7d077127e0854789422172 (diff) |
The kernel isn't involved in times(3); <sys/times.h> should never be
included there
Diffstat (limited to 'sys/ddb')
-rw-r--r-- | sys/ddb/db_structinfo.c | 3 |
1 files changed, 1 insertions, 2 deletions
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> |