artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6796ad
)
remove unneeded rwlock.h include
author
jsg
<jsg@openbsd.org>
Sat, 12 Oct 2024 23:31:14 +0000
(23:31 +0000)
committer
jsg
<jsg@openbsd.org>
Sat, 12 Oct 2024 23:31:14 +0000
(23:31 +0000)
sys/net/pfvar.h
patch
|
blob
|
history
diff --git
a/sys/net/pfvar.h
b/sys/net/pfvar.h
index
2422377
..
5198423
100644
(file)
--- a/
sys/net/pfvar.h
+++ b/
sys/net/pfvar.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: pfvar.h,v 1.5
39 2024/08/27 13:52:41 aisha
Exp $ */
+/* $OpenBSD: pfvar.h,v 1.5
40 2024/10/12 23:31:14 jsg
Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@
-36,7
+36,6
@@
#include <sys/queue.h>
#include <sys/tree.h>
-#include <sys/rwlock.h>
#include <sys/syslimits.h>
#include <sys/refcnt.h>
#include <sys/timeout.h>