summaryrefslogtreecommitdiffstats
path: root/sys/net/if.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2020-01-24 05:14:51 +0000
committerjsg <jsg@openbsd.org>2020-01-24 05:14:51 +0000
commit854a1b2d65aecb1ec4da35222be452e85e91f3b7 (patch)
tree5f9b672cd401db71c1e5d33b330b9937dce0e650 /sys/net/if.c
parentPermit 0 length writes, because openssl s_client is special (diff)
downloadwireguard-openbsd-854a1b2d65aecb1ec4da35222be452e85e91f3b7.tar.xz
wireguard-openbsd-854a1b2d65aecb1ec4da35222be452e85e91f3b7.zip
cleanup unused headers generated by config
ok tedu@ krw@ deraadt@
Diffstat (limited to 'sys/net/if.c')
-rw-r--r--sys/net/if.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index b531d66a374..850d6e5abfc 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.c,v 1.599 2019/11/14 01:02:02 dlg Exp $ */
+/* $OpenBSD: if.c,v 1.600 2020/01/24 05:14:51 jsg Exp $ */
/* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */
/*
@@ -70,7 +70,6 @@
#include "ppp.h"
#include "pppoe.h"
#include "switch.h"
-#include "trunk.h"
#include <sys/param.h>
#include <sys/systm.h>