summaryrefslogtreecommitdiffstats
path: root/sys/net/if_mpe.c
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2019-02-10 22:36:34 +0000
committerdlg <dlg@openbsd.org>2019-02-10 22:36:34 +0000
commit222a7e096384b2c716f3fe1883a930554669bc0b (patch)
tree0235c4db7d3b214005c6dd6400a1bb6eddd2aefa /sys/net/if_mpe.c
parentget rid of the global list of mpe interfaces, it's not needed anymore (diff)
downloadwireguard-openbsd-222a7e096384b2c716f3fe1883a930554669bc0b.tar.xz
wireguard-openbsd-222a7e096384b2c716f3fe1883a930554669bc0b.zip
whitespace tweak, no functional change
Diffstat (limited to 'sys/net/if_mpe.c')
-rw-r--r--sys/net/if_mpe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_mpe.c b/sys/net/if_mpe.c
index 8c3cfbc64ef..7d185c4bded 100644
--- a/sys/net/if_mpe.c
+++ b/sys/net/if_mpe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_mpe.c,v 1.78 2019/02/10 22:34:01 dlg Exp $ */
+/* $OpenBSD: if_mpe.c,v 1.79 2019/02/10 22:36:34 dlg Exp $ */
/*
* Copyright (c) 2008 Pierre-Yves Ritschard <pyr@spootnik.org>
@@ -66,7 +66,7 @@ struct mpe_softc {
void mpeattach(int);
int mpe_output(struct ifnet *, struct mbuf *, struct sockaddr *,
- struct rtentry *);
+ struct rtentry *);
int mpe_ioctl(struct ifnet *, u_long, caddr_t);
void mpe_start(struct ifnet *);
int mpe_clone_create(struct if_clone *, int);