summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_expr.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-07-08 13:02:57 +0000
committerderaadt <deraadt@openbsd.org>2014-07-08 13:02:57 +0000
commit0569f4dcebd5b6300384aaa70a80dcd42e5b59b5 (patch)
treee3e4a3ce74d3a4a62e81a42cc8796bc5a4b16b99 /sys/ddb/db_expr.c
parentmake sure to clear the WAIT flag when cancelling the connector timeout. (diff)
downloadwireguard-openbsd-0569f4dcebd5b6300384aaa70a80dcd42e5b59b5.tar.xz
wireguard-openbsd-0569f4dcebd5b6300384aaa70a80dcd42e5b59b5.zip
These do not need the extremely poorly named uvm/uvm_extern.h (which
pulls in the universe). occasionally they need sys/systm.h
Diffstat (limited to 'sys/ddb/db_expr.c')
-rw-r--r--sys/ddb/db_expr.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/ddb/db_expr.c b/sys/ddb/db_expr.c
index 2a94f70dcb4..5c98e51e201 100644
--- a/sys/ddb/db_expr.c
+++ b/sys/ddb/db_expr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_expr.c,v 1.9 2011/05/22 19:21:55 ariane Exp $ */
+/* $OpenBSD: db_expr.c,v 1.10 2014/07/08 13:02:57 deraadt Exp $ */
/* $NetBSD: db_expr.c,v 1.5 1996/02/05 01:56:58 christos Exp $ */
/*
@@ -33,8 +33,6 @@
#include <sys/param.h>
#include <sys/proc.h>
-#include <uvm/uvm_extern.h>
-
#include <machine/db_machdep.h>
#include <ddb/db_lex.h>