diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-10-23 15:12:43 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-10-23 15:12:43 +0000 |
commit | d2924ce85f964725527e58978d39bf95a72c42a1 (patch) | |
tree | efc6783cf3acdb5feb918ddbc7aba305c9b1101c /sys/net/if.c | |
parent | 603c82f9a29663f53402ba36bbb39bf9594a1c04 (diff) |
Remove the number of in_var.h inclusions by moving some functions and
global variables to in.h.
ok mikeb@, deraadt@
Diffstat (limited to 'sys/net/if.c')
-rw-r--r-- | sys/net/if.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if.c b/sys/net/if.c index b773e41cb86..5a3e042ef5a 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.273 2013/10/21 08:44:13 phessler Exp $ */ +/* $OpenBSD: if.c,v 1.274 2013/10/23 15:12:42 mpi Exp $ */ /* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */ /* @@ -92,7 +92,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/igmp.h> #ifdef MROUTING |