artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
372421d
)
remove unneeded if_wg.h and pfsync.h includes
author
jsg
<jsg@openbsd.org>
Thu, 17 Oct 2024 05:02:12 +0000
(
05:02
+0000)
committer
jsg
<jsg@openbsd.org>
Thu, 17 Oct 2024 05:02:12 +0000
(
05:02
+0000)
sys/net/if.c
patch
|
blob
|
history
diff --git
a/sys/net/if.c
b/sys/net/if.c
index
e0a9db5
..
0e5ec7f
100644
(file)
--- a/
sys/net/if.c
+++ b/
sys/net/if.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if.c,v 1.72
0 2024/07/14 18:53:39 bluhm Exp $
*/
+/* $OpenBSD: if.c,v 1.72
1 2024/10/17 05:02:12 jsg Exp $
*/
/* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */
/*
@@
-66,10
+66,8
@@
#include "carp.h"
#include "ether.h"
#include "pf.h"
-#include "pfsync.h"
#include "ppp.h"
#include "pppoe.h"
-#include "if_wg.h"
#include <sys/param.h>
#include <sys/systm.h>