diff options
author | 2013-10-24 11:31:43 +0000 | |
---|---|---|
committer | 2013-10-24 11:31:43 +0000 | |
commit | 7b2d60742912a27e72b97f75e56b23cb0851c329 (patch) | |
tree | 4dadc7f386be5956237ac3229782d1934ddd5d54 /sys/net/if_spppsubr.c | |
parent | s/ALLWINNER/SUNXI/g (diff) | |
download | wireguard-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.c | 6 |
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__) |