artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd87430
)
include of netinet/in.h here is incorrect, because net/route.h will pull
author
deraadt
<deraadt@openbsd.org>
Tue, 2 Mar 2021 17:50:41 +0000
(17:50 +0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 2 Mar 2021 17:50:41 +0000
(17:50 +0000)
excessive types into scope.
ok claudio
sys/net/art.h
patch
|
blob
|
history
diff --git
a/sys/net/art.h
b/sys/net/art.h
index
e2f1659
..
a350920
100644
(file)
--- a/
sys/net/art.h
+++ b/
sys/net/art.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: art.h,v 1.2
0 2020/11/12 15:25:28 mpi
Exp $ */
+/* $OpenBSD: art.h,v 1.2
1 2021/03/02 17:50:41 deraadt
Exp $ */
/*
* Copyright (c) 2015 Martin Pieuchot
@@
-21,7
+21,6
@@
#include <sys/rwlock.h>
#include <sys/srp.h>
-#include <netinet/in.h>
#define ART_MAXLVL 32 /* We currently use 32 levels for IPv6. */