artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4540ed
)
Remove #ifdef DDB specific includes, added in 1.968 but related code bits
author
miod
<miod@openbsd.org>
Wed, 18 May 2022 06:02:33 +0000
(06:02 +0000)
committer
miod
<miod@openbsd.org>
Wed, 18 May 2022 06:02:33 +0000
(06:02 +0000)
removed in 1.970.
ok bluhm@
sys/net/pf.c
patch
|
blob
|
history
diff --git
a/sys/net/pf.c
b/sys/net/pf.c
index
6872d1a
..
b8ae5ce
100644
(file)
--- a/
sys/net/pf.c
+++ b/
sys/net/pf.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: pf.c,v 1.11
29 2022/05/05 16:44:22 bluhm
Exp $ */
+/* $OpenBSD: pf.c,v 1.11
30 2022/05/18 06:02:33 miod
Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@
-103,11
+103,6
@@
struct pfsync_deferral;
#endif /* NPFSYNC > 0 */
-#ifdef DDB
-#include <machine/db_machdep.h>
-#include <ddb/db_interface.h>
-#endif
-
/*
* Global variables
*/