summaryrefslogtreecommitdiffstats
path: root/sys/net/if_spppsubr.c
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2013-10-24 11:31:43 +0000
committermpi <mpi@openbsd.org>2013-10-24 11:31:43 +0000
commit7b2d60742912a27e72b97f75e56b23cb0851c329 (patch)
tree4dadc7f386be5956237ac3229782d1934ddd5d54 /sys/net/if_spppsubr.c
parents/ALLWINNER/SUNXI/g (diff)
downloadwireguard-openbsd-7b2d60742912a27e72b97f75e56b23cb0851c329.tar.xz
wireguard-openbsd-7b2d60742912a27e72b97f75e56b23cb0851c329.zip
Remove the number of in6_var.h inclusions by moving some functions and
global variables to in6.h. ok deraadt@
Diffstat (limited to 'sys/net/if_spppsubr.c')
-rw-r--r--sys/net/if_spppsubr.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c
index 66a61597b2d..5dd6c1d9368 100644
--- a/sys/net/if_spppsubr.c
+++ b/sys/net/if_spppsubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_spppsubr.c,v 1.108 2013/10/01 20:22:13 sf Exp $ */
+/* $OpenBSD: if_spppsubr.c,v 1.109 2013/10/24 11:31:43 mpi Exp $ */
/*
* Synchronous PPP/Cisco link level subroutines.
* Keepalive protocol implemented in both Cisco and PPP modes.
@@ -83,10 +83,6 @@
# endif
#endif
-#ifdef INET6
-#include <netinet6/in6_var.h>
-#endif
-
#include <net/if_sppp.h>
#if defined (__FreeBSD__)