diff options
author | 2014-07-22 11:06:09 +0000 | |
---|---|---|
committer | 2014-07-22 11:06:09 +0000 | |
commit | 2ec318bfd9d2fdfebdb703c1db477637fd7ccd42 (patch) | |
tree | ca13e6420e9ab3897f552f8d20b1c127ae081236 /sys/net/if_spppsubr.c | |
parent | <netinet/in_systm.h> is no longer needed. (diff) | |
download | wireguard-openbsd-2ec318bfd9d2fdfebdb703c1db477637fd7ccd42.tar.xz wireguard-openbsd-2ec318bfd9d2fdfebdb703c1db477637fd7ccd42.zip |
Fewer <netinet/in_systm.h> !
Diffstat (limited to 'sys/net/if_spppsubr.c')
-rw-r--r-- | sys/net/if_spppsubr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c index d3ff56ac9a8..222475e32f2 100644 --- a/sys/net/if_spppsubr.c +++ b/sys/net/if_spppsubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_spppsubr.c,v 1.124 2014/07/12 18:44:22 tedu Exp $ */ +/* $OpenBSD: if_spppsubr.c,v 1.125 2014/07/22 11:06:09 mpi Exp $ */ /* * Synchronous PPP/Cisco link level subroutines. * Keepalive protocol implemented in both Cisco and PPP modes. @@ -60,7 +60,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/tcp.h> |