diff options
Diffstat (limited to 'sys/dev')
134 files changed, 134 insertions, 268 deletions
diff --git a/sys/dev/cardbus/if_fxp_cardbus.c b/sys/dev/cardbus/if_fxp_cardbus.c index e1cbc83fded..ebe967d2e63 100644 --- a/sys/dev/cardbus/if_fxp_cardbus.c +++ b/sys/dev/cardbus/if_fxp_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fxp_cardbus.c,v 1.29 2011/04/02 17:47:04 jasper Exp $ */ +/* $OpenBSD: if_fxp_cardbus.c,v 1.30 2013/08/07 01:06:26 bluhm Exp $ */ /* $NetBSD: if_fxp_cardbus.c,v 1.12 2000/05/08 18:23:36 thorpej Exp $ */ /* @@ -62,7 +62,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/cardbus/if_re_cardbus.c b/sys/dev/cardbus/if_re_cardbus.c index c551a89b689..f46bfa73bf7 100644 --- a/sys/dev/cardbus/if_re_cardbus.c +++ b/sys/dev/cardbus/if_re_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_re_cardbus.c,v 1.22 2011/04/02 17:47:04 jasper Exp $ */ +/* $OpenBSD: if_re_cardbus.c,v 1.23 2013/08/07 01:06:26 bluhm Exp $ */ /* * Copyright (c) 2005 Peter Valchev <pvalchev@openbsd.org> @@ -38,7 +38,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/cardbus/if_rl_cardbus.c b/sys/dev/cardbus/if_rl_cardbus.c index 0dba6df188a..45fba73346e 100644 --- a/sys/dev/cardbus/if_rl_cardbus.c +++ b/sys/dev/cardbus/if_rl_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rl_cardbus.c,v 1.24 2013/03/07 01:05:28 brad Exp $ */ +/* $OpenBSD: if_rl_cardbus.c,v 1.25 2013/08/07 01:06:26 bluhm Exp $ */ /* $NetBSD: if_rl_cardbus.c,v 1.3.8.3 2001/11/14 19:14:02 nathanw Exp $ */ /* @@ -63,7 +63,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/cardbus/if_xl_cardbus.c b/sys/dev/cardbus/if_xl_cardbus.c index 64789c2efce..7c4b50b242b 100644 --- a/sys/dev/cardbus/if_xl_cardbus.c +++ b/sys/dev/cardbus/if_xl_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_xl_cardbus.c,v 1.27 2010/03/27 21:40:13 jsg Exp $ */ +/* $OpenBSD: if_xl_cardbus.c,v 1.28 2013/08/07 01:06:27 bluhm Exp $ */ /* $NetBSD: if_xl_cardbus.c,v 1.13 2000/03/07 00:32:52 mycroft Exp $ */ /* @@ -52,7 +52,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/eisa/if_ep_eisa.c b/sys/dev/eisa/if_ep_eisa.c index 8c7daef1316..a863d976232 100644 --- a/sys/dev/eisa/if_ep_eisa.c +++ b/sys/dev/eisa/if_ep_eisa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ep_eisa.c,v 1.22 2006/06/17 17:58:39 brad Exp $ */ +/* $OpenBSD: if_ep_eisa.c,v 1.23 2013/08/07 01:06:27 bluhm Exp $ */ /* $NetBSD: if_ep_eisa.c,v 1.13 1997/04/18 00:50:33 cgd Exp $ */ /* @@ -54,7 +54,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/eisa/if_fea.c b/sys/dev/eisa/if_fea.c index 812ac701f40..380d1ff00c9 100644 --- a/sys/dev/eisa/if_fea.c +++ b/sys/dev/eisa/if_fea.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fea.c,v 1.20 2010/09/20 07:40:42 deraadt Exp $ */ +/* $OpenBSD: if_fea.c,v 1.21 2013/08/07 01:06:27 bluhm Exp $ */ /* $NetBSD: if_fea.c,v 1.9 1996/10/21 22:31:05 thorpej Exp $ */ /*- @@ -57,7 +57,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/ic/acx.c b/sys/dev/ic/acx.c index b3b5d801f4c..39910bc988f 100644 --- a/sys/dev/ic/acx.c +++ b/sys/dev/ic/acx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx.c,v 1.100 2013/03/24 17:02:09 claudio Exp $ */ +/* $OpenBSD: acx.c,v 1.101 2013/08/07 01:06:27 bluhm Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -116,7 +116,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> #endif diff --git a/sys/dev/ic/aic6915.c b/sys/dev/ic/aic6915.c index 9092b53de80..8a6d6e5c510 100644 --- a/sys/dev/ic/aic6915.c +++ b/sys/dev/ic/aic6915.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic6915.c,v 1.9 2009/08/10 20:29:54 deraadt Exp $ */ +/* $OpenBSD: aic6915.c,v 1.10 2013/08/07 01:06:27 bluhm Exp $ */ /* $NetBSD: aic6915.c,v 1.15 2005/12/24 20:27:29 perry Exp $ */ /*- @@ -57,7 +57,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/ic/am7990.c b/sys/dev/ic/am7990.c index cf8bfc9f0f2..0ef2a94e81b 100644 --- a/sys/dev/ic/am7990.c +++ b/sys/dev/ic/am7990.c @@ -1,4 +1,4 @@ -/* $OpenBSD: am7990.c,v 1.45 2013/05/21 20:08:45 brad Exp $ */ +/* $OpenBSD: am7990.c,v 1.46 2013/08/07 01:06:27 bluhm Exp $ */ /* $NetBSD: am7990.c,v 1.22 1996/10/13 01:37:19 christos Exp $ */ /*- @@ -55,7 +55,6 @@ #include <netinet/in.h> #include <netinet/if_ether.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #endif diff --git a/sys/dev/ic/an.c b/sys/dev/ic/an.c index 0c5879b685a..3a855cd8039 100644 --- a/sys/dev/ic/an.c +++ b/sys/dev/ic/an.c @@ -1,4 +1,4 @@ -/* $OpenBSD: an.c,v 1.59 2012/12/05 23:20:16 deraadt Exp $ */ +/* $OpenBSD: an.c,v 1.60 2013/08/07 01:06:27 bluhm Exp $ */ /* $NetBSD: an.c,v 1.34 2005/06/20 02:49:18 atatat Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -103,7 +103,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/ic/ar5008.c b/sys/dev/ic/ar5008.c index ac6a7d39f3a..1f84c2717f6 100644 --- a/sys/dev/ic/ar5008.c +++ b/sys/dev/ic/ar5008.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5008.c,v 1.22 2013/06/11 18:15:53 deraadt Exp $ */ +/* $OpenBSD: ar5008.c,v 1.23 2013/08/07 01:06:28 bluhm Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -52,7 +52,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/ic/ar5416.c b/sys/dev/ic/ar5416.c index 41fc86e7c51..a7ca9c5df02 100644 --- a/sys/dev/ic/ar5416.c +++ b/sys/dev/ic/ar5416.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5416.c,v 1.12 2012/06/10 21:23:36 kettenis Exp $ */ +/* $OpenBSD: ar5416.c,v 1.13 2013/08/07 01:06:28 bluhm Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -51,7 +51,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/ic/ar9003.c b/sys/dev/ic/ar9003.c index 86d19cb263e..b738ff2688e 100644 --- a/sys/dev/ic/ar9003.c +++ b/sys/dev/ic/ar9003.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar9003.c,v 1.26 2013/06/11 18:15:53 deraadt Exp $ */ +/* $OpenBSD: ar9003.c,v 1.27 2013/08/07 01:06:28 bluhm Exp $ */ /*- * Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> @@ -52,7 +52,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/ic/ar9280.c b/sys/dev/ic/ar9280.c index e8bb77bc952..d2e5eaaaa96 100644 --- a/sys/dev/ic/ar9280.c +++ b/sys/dev/ic/ar9280.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar9280.c,v 1.18 2012/06/10 21:23:36 kettenis Exp $ */ +/* $OpenBSD: ar9280.c,v 1.19 2013/08/07 01:06:28 bluhm Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -51,7 +51,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/ic/ar9285.c b/sys/dev/ic/ar9285.c index b0354da5333..d7652006a75 100644 --- a/sys/dev/ic/ar9285.c +++ b/sys/dev/ic/ar9285.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar9285.c,v 1.19 2012/06/10 21:23:36 kettenis Exp $ */ +/* $OpenBSD: ar9285.c,v 1.20 2013/08/07 01:06:28 bluhm Exp $ */ /*- * Copyright (c) 2009-2010 Damien Bergamini <damien.bergamini@free.fr> @@ -52,7 +52,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/ic/ar9287.c b/sys/dev/ic/ar9287.c index 73e055201ad..3daf8e64ea9 100644 --- a/sys/dev/ic/ar9287.c +++ b/sys/dev/ic/ar9287.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar9287.c,v 1.17 2012/06/10 21:23:36 kettenis Exp $ */ +/* $OpenBSD: ar9287.c,v 1.18 2013/08/07 01:06:28 bluhm Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -51,7 +51,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/ic/ar9380.c b/sys/dev/ic/ar9380.c index 7a1127e938e..a3abe7f1496 100644 --- a/sys/dev/ic/ar9380.c +++ b/sys/dev/ic/ar9380.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar9380.c,v 1.17 2012/10/20 09:54:20 stsp Exp $ */ +/* $OpenBSD: ar9380.c,v 1.18 2013/08/07 01:06:28 bluhm Exp $ */ /*- * Copyright (c) 2011 Damien Bergamini <damien.bergamini@free.fr> @@ -49,7 +49,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <net80211/ieee80211_var.h> diff --git a/sys/dev/ic/athn.c b/sys/dev/ic/athn.c index 8b0f76245d2..0ae50c853fc 100644 --- a/sys/dev/ic/athn.c +++ b/sys/dev/ic/athn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: athn.c,v 1.75 2013/01/14 09:50:31 jsing Exp $ */ +/* $OpenBSD: athn.c,v 1.76 2013/08/07 01:06:28 bluhm Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -52,7 +52,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/ic/ax88190.c b/sys/dev/ic/ax88190.c index e9238b340d0..0fcfb41ea6a 100644 --- a/sys/dev/ic/ax88190.c +++ b/sys/dev/ic/ax88190.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ax88190.c,v 1.3 2008/06/26 05:42:15 ray Exp $ */ +/* $OpenBSD: ax88190.c,v 1.4 2013/08/07 01:06:28 bluhm Exp $ */ /* $NetBSD$ */ /*- @@ -43,7 +43,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/ic/dc.c b/sys/dev/ic/dc.c index a68366fb32c..ea1f251b3cc 100644 --- a/sys/dev/ic/dc.c +++ b/sys/dev/ic/dc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dc.c,v 1.125 2012/11/29 21:10:31 brad Exp $ */ +/* $OpenBSD: dc.c,v 1.126 2013/08/07 01:06:29 bluhm Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -110,7 +110,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/ic/dl10019.c b/sys/dev/ic/dl10019.c index 580f7753558..4cf32c78408 100644 --- a/sys/dev/ic/dl10019.c +++ b/sys/dev/ic/dl10019.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dl10019.c,v 1.4 2008/06/26 05:42:15 ray Exp $ */ +/* $OpenBSD: dl10019.c,v 1.5 2013/08/07 01:06:29 bluhm Exp $ */ /* $NetBSD$ */ /*- @@ -45,7 +45,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/ic/dp8390.c b/sys/dev/ic/dp8390.c index 2fa0d013526..4868f9fcb62 100644 --- a/sys/dev/ic/dp8390.c +++ b/sys/dev/ic/dp8390.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dp8390.c,v 1.44 2013/05/21 21:14:59 brad Exp $ */ +/* $OpenBSD: dp8390.c,v 1.45 2013/08/07 01:06:29 bluhm Exp $ */ /* $NetBSD: dp8390.c,v 1.13 1998/07/05 06:49:11 jonathan Exp $ */ /* @@ -33,7 +33,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/ic/elink3.c b/sys/dev/ic/elink3.c index 8bd680971f6..09ed3914789 100644 --- a/sys/dev/ic/elink3.c +++ b/sys/dev/ic/elink3.c @@ -1,4 +1,4 @@ -/* $OpenBSD: elink3.c,v 1.78 2012/04/09 16:41:33 miod Exp $ */ +/* $OpenBSD: elink3.c,v 1.79 2013/08/07 01:06:29 bluhm Exp $ */ /* $NetBSD: elink3.c,v 1.32 1997/05/14 00:22:00 thorpej Exp $ */ /* @@ -54,7 +54,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/ic/fxp.c b/sys/dev/ic/fxp.c index 54234b5b862..8bb5130add0 100644 --- a/sys/dev/ic/fxp.c +++ b/sys/dev/ic/fxp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fxp.c,v 1.111 2012/10/10 08:22:38 blambert Exp $ */ +/* $OpenBSD: fxp.c,v 1.112 2013/08/07 01:06:29 bluhm Exp $ */ /* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */ /* @@ -57,7 +57,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #endif diff --git a/sys/dev/ic/hme.c b/sys/dev/ic/hme.c index d4bd60608b3..803008f5610 100644 --- a/sys/dev/ic/hme.c +++ b/sys/dev/ic/hme.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hme.c,v 1.62 2011/07/05 05:25:09 bluhm Exp $ */ +/* $OpenBSD: hme.c,v 1.63 2013/08/07 01:06:29 bluhm Exp $ */ /* $NetBSD: hme.c,v 1.21 2001/07/07 15:59:37 thorpej Exp $ */ /*- @@ -57,7 +57,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #include <netinet/tcp.h> diff --git a/sys/dev/ic/i82596.c b/sys/dev/ic/i82596.c index 76dd85a4a66..6c07c66800f 100644 --- a/sys/dev/ic/i82596.c +++ b/sys/dev/ic/i82596.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i82596.c,v 1.33 2009/10/31 14:31:11 deraadt Exp $ */ +/* $OpenBSD: i82596.c,v 1.34 2013/08/07 01:06:29 bluhm Exp $ */ /* $NetBSD: i82586.c,v 1.18 1998/08/15 04:42:42 mycroft Exp $ */ /*- @@ -157,7 +157,6 @@ Mode of operation: #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/ic/if_wi.c b/sys/dev/ic/if_wi.c index 67066a8b420..9fc5b19d284 100644 --- a/sys/dev/ic/if_wi.c +++ b/sys/dev/ic/if_wi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi.c,v 1.151 2012/11/29 21:10:31 brad Exp $ */ +/* $OpenBSD: if_wi.c,v 1.152 2013/08/07 01:06:29 bluhm Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -82,7 +82,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/ic/if_wi_hostap.c b/sys/dev/ic/if_wi_hostap.c index f944f1ad0c4..155ad0f8ecb 100644 --- a/sys/dev/ic/if_wi_hostap.c +++ b/sys/dev/ic/if_wi_hostap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_hostap.c,v 1.41 2008/10/15 19:12:19 blambert Exp $ */ +/* $OpenBSD: if_wi_hostap.c,v 1.42 2013/08/07 01:06:30 bluhm Exp $ */ /* * Copyright (c) 2002 @@ -64,7 +64,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> diff --git a/sys/dev/ic/lemac.c b/sys/dev/ic/lemac.c index 798d0af3322..76d5470547d 100644 --- a/sys/dev/ic/lemac.c +++ b/sys/dev/ic/lemac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lemac.c,v 1.13 2009/08/10 22:08:04 deraadt Exp $ */ +/* $OpenBSD: lemac.c,v 1.14 2013/08/07 01:06:30 bluhm Exp $ */ /* $NetBSD: lemac.c,v 1.20 2001/06/13 10:46:02 wiz Exp $ */ /*- @@ -53,7 +53,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/ic/pdq_ifsubr.c b/sys/dev/ic/pdq_ifsubr.c index e995c4adc8b..ab59ac8948c 100644 --- a/sys/dev/ic/pdq_ifsubr.c +++ b/sys/dev/ic/pdq_ifsubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pdq_ifsubr.c,v 1.19 2006/05/30 21:33:59 fkr Exp $ */ +/* $OpenBSD: pdq_ifsubr.c,v 1.20 2013/08/07 01:06:30 bluhm Exp $ */ /* $NetBSD: pdq_ifsubr.c,v 1.5 1996/05/20 00:26:21 thorpej Exp $ */ /*- @@ -63,7 +63,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/ic/pgt.c b/sys/dev/ic/pgt.c index 692b72c9bec..59b3326d32b 100644 --- a/sys/dev/ic/pgt.c +++ b/sys/dev/ic/pgt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pgt.c,v 1.69 2012/12/05 23:20:18 deraadt Exp $ */ +/* $OpenBSD: pgt.c,v 1.70 2013/08/07 01:06:30 bluhm Exp $ */ /* * Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org> @@ -78,7 +78,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> #endif diff --git a/sys/dev/ic/re.c b/sys/dev/ic/re.c index e55712637be..a0e30102328 100644 --- a/sys/dev/ic/re.c +++ b/sys/dev/ic/re.c @@ -1,4 +1,4 @@ -/* $OpenBSD: re.c,v 1.142 2013/03/17 20:47:23 brad Exp $ */ +/* $OpenBSD: re.c,v 1.143 2013/08/07 01:06:30 bluhm Exp $ */ /* $FreeBSD: if_re.c,v 1.31 2004/09/04 07:54:05 ru Exp $ */ /* * Copyright (c) 1997, 1998-2003 @@ -128,7 +128,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/ic/rt2560.c b/sys/dev/ic/rt2560.c index 1ea7070029a..ed67d05096f 100644 --- a/sys/dev/ic/rt2560.c +++ b/sys/dev/ic/rt2560.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rt2560.c,v 1.60 2012/07/13 10:08:15 stsp Exp $ */ +/* $OpenBSD: rt2560.c,v 1.61 2013/08/07 01:06:30 bluhm Exp $ */ /*- * Copyright (c) 2005, 2006 @@ -50,7 +50,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/ic/rt2661.c b/sys/dev/ic/rt2661.c index b3119e87e44..42e0255a43f 100644 --- a/sys/dev/ic/rt2661.c +++ b/sys/dev/ic/rt2661.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rt2661.c,v 1.68 2012/08/23 10:34:25 stsp Exp $ */ +/* $OpenBSD: rt2661.c,v 1.69 2013/08/07 01:06:30 bluhm Exp $ */ /*- * Copyright (c) 2006 @@ -51,7 +51,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/ic/rt2860.c b/sys/dev/ic/rt2860.c index 23ae47b0b30..ff3a8c7d7f6 100644 --- a/sys/dev/ic/rt2860.c +++ b/sys/dev/ic/rt2860.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rt2860.c,v 1.69 2013/08/01 09:17:02 kettenis Exp $ */ +/* $OpenBSD: rt2860.c,v 1.70 2013/08/07 01:06:30 bluhm Exp $ */ /*- * Copyright (c) 2007-2010 Damien Bergamini <damien.bergamini@free.fr> @@ -50,7 +50,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/ic/rtl81x9.c b/sys/dev/ic/rtl81x9.c index c1187c728a3..6beb7559ad1 100644 --- a/sys/dev/ic/rtl81x9.c +++ b/sys/dev/ic/rtl81x9.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtl81x9.c,v 1.77 2013/03/07 01:03:57 brad Exp $ */ +/* $OpenBSD: rtl81x9.c,v 1.78 2013/08/07 01:06:31 bluhm Exp $ */ /* * Copyright (c) 1997, 1998 @@ -102,7 +102,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/ic/smc83c170.c b/sys/dev/ic/smc83c170.c index a8805595786..08eea91b7d8 100644 --- a/sys/dev/ic/smc83c170.c +++ b/sys/dev/ic/smc83c170.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smc83c170.c,v 1.14 2009/08/10 20:29:54 deraadt Exp $ */ +/* $OpenBSD: smc83c170.c,v 1.15 2013/08/07 01:06:31 bluhm Exp $ */ /* $NetBSD: smc83c170.c,v 1.59 2005/02/27 00:27:02 perry Exp $ */ /*- @@ -55,7 +55,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/ic/smc91cxx.c b/sys/dev/ic/smc91cxx.c index 5319eabcce6..20a50ae614a 100644 --- a/sys/dev/ic/smc91cxx.c +++ b/sys/dev/ic/smc91cxx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smc91cxx.c,v 1.33 2011/07/03 15:47:16 matthew Exp $ */ +/* $OpenBSD: smc91cxx.c,v 1.34 2013/08/07 01:06:31 bluhm Exp $ */ /* $NetBSD: smc91cxx.c,v 1.11 1998/08/08 23:51:41 mycroft Exp $ */ /*- @@ -96,7 +96,6 @@ #include <netinet/in.h> #include <netinet/if_ether.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #endif diff --git a/sys/dev/ic/ti.c b/sys/dev/ic/ti.c index 85e3a2af603..078b078bdb5 100644 --- a/sys/dev/ic/ti.c +++ b/sys/dev/ic/ti.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ti.c,v 1.4 2011/06/21 16:52:45 tedu Exp $ */ +/* $OpenBSD: ti.c,v 1.5 2013/08/07 01:06:31 bluhm Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -91,7 +91,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/ic/xl.c b/sys/dev/ic/xl.c index 8afa30d8643..87e041829c1 100644 --- a/sys/dev/ic/xl.c +++ b/sys/dev/ic/xl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xl.c,v 1.109 2013/03/14 01:42:45 brad Exp $ */ +/* $OpenBSD: xl.c,v 1.110 2013/08/07 01:06:31 bluhm Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -122,7 +122,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/isa/if_ec.c b/sys/dev/isa/if_ec.c index 33f112915d4..1e6eec6a613 100644 --- a/sys/dev/isa/if_ec.c +++ b/sys/dev/isa/if_ec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ec.c,v 1.11 2008/06/26 05:42:16 ray Exp $ */ +/* $OpenBSD: if_ec.c,v 1.12 2013/08/07 01:06:31 bluhm Exp $ */ /* $NetBSD: if_ec.c,v 1.9 1998/07/05 06:49:12 jonathan Exp $ */ /*- @@ -65,7 +65,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/isa/if_ef_isapnp.c b/sys/dev/isa/if_ef_isapnp.c index 19c91769981..2f47a3f446b 100644 --- a/sys/dev/isa/if_ef_isapnp.c +++ b/sys/dev/isa/if_ef_isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ef_isapnp.c,v 1.24 2008/11/28 02:44:17 brad Exp $ */ +/* $OpenBSD: if_ef_isapnp.c,v 1.25 2013/08/07 01:06:31 bluhm Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -50,7 +50,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/isa/if_eg.c b/sys/dev/isa/if_eg.c index 48d7b6a06c5..af75bb7cce4 100644 --- a/sys/dev/isa/if_eg.c +++ b/sys/dev/isa/if_eg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_eg.c,v 1.32 2009/03/29 21:53:52 sthen Exp $ */ +/* $OpenBSD: if_eg.c,v 1.33 2013/08/07 01:06:32 bluhm Exp $ */ /* $NetBSD: if_eg.c,v 1.26 1996/05/12 23:52:27 mycroft Exp $ */ /* @@ -59,7 +59,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/isa/if_el.c b/sys/dev/isa/if_el.c index 63ba41ec46f..537ac5bef14 100644 --- a/sys/dev/isa/if_el.c +++ b/sys/dev/isa/if_el.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_el.c,v 1.21 2008/10/02 20:21:13 brad Exp $ */ +/* $OpenBSD: if_el.c,v 1.22 2013/08/07 01:06:32 bluhm Exp $ */ /* $NetBSD: if_el.c,v 1.39 1996/05/12 23:52:32 mycroft Exp $ */ /* @@ -37,7 +37,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/isa/if_ep_isa.c b/sys/dev/isa/if_ep_isa.c index 310271a5555..c7913c08dc6 100644 --- a/sys/dev/isa/if_ep_isa.c +++ b/sys/dev/isa/if_ep_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ep_isa.c,v 1.25 2008/02/18 16:24:13 krw Exp $ */ +/* $OpenBSD: if_ep_isa.c,v 1.26 2013/08/07 01:06:32 bluhm Exp $ */ /* $NetBSD: if_ep_isa.c,v 1.5 1996/05/12 23:52:36 mycroft Exp $ */ /* @@ -59,7 +59,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/isa/if_ep_isapnp.c b/sys/dev/isa/if_ep_isapnp.c index 8f32ee3c3fe..9c2c711efb4 100644 --- a/sys/dev/isa/if_ep_isapnp.c +++ b/sys/dev/isa/if_ep_isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ep_isapnp.c,v 1.11 2008/02/18 16:24:14 krw Exp $ */ +/* $OpenBSD: if_ep_isapnp.c,v 1.12 2013/08/07 01:06:32 bluhm Exp $ */ /* $NetBSD: if_ep_isapnp.c,v 1.5 1996/05/12 23:52:36 mycroft Exp $ */ /* @@ -59,7 +59,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/isa/if_ie.c b/sys/dev/isa/if_ie.c index 20d63da2aa7..5eca03b635c 100644 --- a/sys/dev/isa/if_ie.c +++ b/sys/dev/isa/if_ie.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie.c,v 1.36 2012/10/05 17:17:04 camield Exp $ */ +/* $OpenBSD: if_ie.c,v 1.37 2013/08/07 01:06:32 bluhm Exp $ */ /* $NetBSD: if_ie.c,v 1.51 1996/05/12 23:52:48 mycroft Exp $ */ /*- @@ -133,7 +133,6 @@ iomem, and to make 16-pointers, we subtract sc_maddr and and with 0xffff. #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/isa/if_lc_isa.c b/sys/dev/isa/if_lc_isa.c index b2bcb2922f1..d650457f547 100644 --- a/sys/dev/isa/if_lc_isa.c +++ b/sys/dev/isa/if_lc_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_lc_isa.c,v 1.9 2011/06/20 01:09:25 matthew Exp $ */ +/* $OpenBSD: if_lc_isa.c,v 1.10 2013/08/07 01:06:32 bluhm Exp $ */ /* $NetBSD: if_lc_isa.c,v 1.10 2001/06/13 10:46:03 wiz Exp $ */ /*- @@ -53,7 +53,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/isa/if_ne_isa.c b/sys/dev/isa/if_ne_isa.c index 17339a59b86..552bebc1681 100644 --- a/sys/dev/isa/if_ne_isa.c +++ b/sys/dev/isa/if_ne_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ne_isa.c,v 1.13 2008/06/26 05:42:16 ray Exp $ */ +/* $OpenBSD: if_ne_isa.c,v 1.14 2013/08/07 01:06:32 bluhm Exp $ */ /* $NetBSD: if_ne_isa.c,v 1.6 1998/07/05 06:49:13 jonathan Exp $ */ /*- @@ -50,7 +50,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/isa/if_ne_isapnp.c b/sys/dev/isa/if_ne_isapnp.c index 48c8baebddd..07772f68c52 100644 --- a/sys/dev/isa/if_ne_isapnp.c +++ b/sys/dev/isa/if_ne_isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ne_isapnp.c,v 1.12 2008/06/26 05:42:16 ray Exp $ */ +/* $OpenBSD: if_ne_isapnp.c,v 1.13 2013/08/07 01:06:32 bluhm Exp $ */ /* $NetBSD: if_ne_isapnp.c,v 1.7 1998/07/23 19:30:45 christos Exp $ */ /*- @@ -50,7 +50,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/isa/if_sm_isa.c b/sys/dev/isa/if_sm_isa.c index ff76b3b6ecf..f9ceb63f04f 100644 --- a/sys/dev/isa/if_sm_isa.c +++ b/sys/dev/isa/if_sm_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sm_isa.c,v 1.10 2008/06/26 05:42:16 ray Exp $ */ +/* $OpenBSD: if_sm_isa.c,v 1.11 2013/08/07 01:06:33 bluhm Exp $ */ /* $NetBSD: if_sm_isa.c,v 1.4 1998/07/05 06:49:14 jonathan Exp $ */ /*- @@ -51,7 +51,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/isa/if_we.c b/sys/dev/isa/if_we.c index 5f115520ca5..a3628057230 100644 --- a/sys/dev/isa/if_we.c +++ b/sys/dev/isa/if_we.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_we.c,v 1.21 2011/06/20 01:09:25 matthew Exp $ */ +/* $OpenBSD: if_we.c,v 1.22 2013/08/07 01:06:33 bluhm Exp $ */ /* $NetBSD: if_we.c,v 1.11 1998/07/05 06:49:14 jonathan Exp $ */ /*- @@ -67,7 +67,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_age.c b/sys/dev/pci/if_age.c index cd8fbd6efd9..5c52ea372f0 100644 --- a/sys/dev/pci/if_age.c +++ b/sys/dev/pci/if_age.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_age.c,v 1.20 2012/11/29 21:10:32 brad Exp $ */ +/* $OpenBSD: if_age.c,v 1.21 2013/08/07 01:06:33 bluhm Exp $ */ /*- * Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org> @@ -53,7 +53,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_alc.c b/sys/dev/pci/if_alc.c index 61e9cf4bca9..d7fbb121598 100644 --- a/sys/dev/pci/if_alc.c +++ b/sys/dev/pci/if_alc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_alc.c,v 1.22 2012/11/29 21:10:32 brad Exp $ */ +/* $OpenBSD: if_alc.c,v 1.23 2013/08/07 01:06:33 bluhm Exp $ */ /*- * Copyright (c) 2009, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. @@ -53,7 +53,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_ale.c b/sys/dev/pci/if_ale.c index 9add52c5cdc..3794f9b0530 100644 --- a/sys/dev/pci/if_ale.c +++ b/sys/dev/pci/if_ale.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ale.c,v 1.26 2013/04/08 06:16:18 brad Exp $ */ +/* $OpenBSD: if_ale.c,v 1.27 2013/08/07 01:06:33 bluhm Exp $ */ /*- * Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. @@ -55,7 +55,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_bce.c b/sys/dev/pci/if_bce.c index 295d3759d7b..5ef750d3464 100644 --- a/sys/dev/pci/if_bce.c +++ b/sys/dev/pci/if_bce.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bce.c,v 1.35 2011/04/03 15:36:02 jasper Exp $ */ +/* $OpenBSD: if_bce.c,v 1.36 2013/08/07 01:06:33 bluhm Exp $ */ /* $NetBSD: if_bce.c,v 1.3 2003/09/29 01:53:02 mrg Exp $ */ /* @@ -54,7 +54,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c index 5469768086b..5cd56e243d8 100644 --- a/sys/dev/pci/if_bge.c +++ b/sys/dev/pci/if_bge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bge.c,v 1.338 2013/07/11 11:25:42 mikeb Exp $ */ +/* $OpenBSD: if_bge.c,v 1.339 2013/08/07 01:06:33 bluhm Exp $ */ /* * Copyright (c) 2001 Wind River Systems @@ -92,7 +92,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_bnxreg.h b/sys/dev/pci/if_bnxreg.h index 750b270e18e..11a6ab1a355 100644 --- a/sys/dev/pci/if_bnxreg.h +++ b/sys/dev/pci/if_bnxreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bnxreg.h,v 1.40 2013/02/08 21:30:11 jasper Exp $ */ +/* $OpenBSD: if_bnxreg.h,v 1.41 2013/08/07 01:06:33 bluhm Exp $ */ /*- * Copyright (c) 2006 Broadcom Corporation @@ -58,7 +58,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_dc_pci.c b/sys/dev/pci/if_dc_pci.c index 6083b4947be..20e7aba5b71 100644 --- a/sys/dev/pci/if_dc_pci.c +++ b/sys/dev/pci/if_dc_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_dc_pci.c,v 1.68 2012/10/18 21:44:21 deraadt Exp $ */ +/* $OpenBSD: if_dc_pci.c,v 1.69 2013/08/07 01:06:34 bluhm Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -55,7 +55,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_de.c b/sys/dev/pci/if_de.c index ccd36a16d5b..7178281a15e 100644 --- a/sys/dev/pci/if_de.c +++ b/sys/dev/pci/if_de.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_de.c,v 1.110 2013/06/04 19:10:52 miod Exp $ */ +/* $OpenBSD: if_de.c,v 1.111 2013/08/07 01:06:34 bluhm Exp $ */ /* $NetBSD: if_de.c,v 1.58 1998/01/12 09:39:58 thorpej Exp $ */ /*- @@ -65,7 +65,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #endif diff --git a/sys/dev/pci/if_em.h b/sys/dev/pci/if_em.h index 7881d048426..3f871a71cb9 100644 --- a/sys/dev/pci/if_em.h +++ b/sys/dev/pci/if_em.h @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ /* $FreeBSD: if_em.h,v 1.26 2004/09/01 23:22:41 pdeuskar Exp $ */ -/* $OpenBSD: if_em.h,v 1.49 2013/04/16 22:21:32 deraadt Exp $ */ +/* $OpenBSD: if_em.h,v 1.50 2013/08/07 01:06:34 bluhm Exp $ */ #ifndef _EM_H_DEFINED_ #define _EM_H_DEFINED_ @@ -57,7 +57,6 @@ POSSIBILITY OF SUCH DAMAGE. #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #include <netinet/tcp.h> diff --git a/sys/dev/pci/if_em_hw.c b/sys/dev/pci/if_em_hw.c index 7a5498571a2..b5a3ea3cfed 100644 --- a/sys/dev/pci/if_em_hw.c +++ b/sys/dev/pci/if_em_hw.c @@ -31,7 +31,7 @@ *******************************************************************************/ -/* $OpenBSD: if_em_hw.c,v 1.72 2013/04/30 07:07:50 jsg Exp $ */ +/* $OpenBSD: if_em_hw.c,v 1.73 2013/08/07 01:06:34 bluhm Exp $ */ /* * if_em_hw.c Shared functions for accessing and configuring the MAC */ @@ -52,7 +52,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_ep_pci.c b/sys/dev/pci/if_ep_pci.c index 49ff8555ab3..9690de7d7b8 100644 --- a/sys/dev/pci/if_ep_pci.c +++ b/sys/dev/pci/if_ep_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ep_pci.c,v 1.28 2011/04/03 15:36:02 jasper Exp $ */ +/* $OpenBSD: if_ep_pci.c,v 1.29 2013/08/07 01:06:34 bluhm Exp $ */ /* $NetBSD: if_ep_pci.c,v 1.13 1996/10/21 22:56:38 thorpej Exp $ */ /* @@ -52,7 +52,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_epic_pci.c b/sys/dev/pci/if_epic_pci.c index 66ad0914b5e..e037984dff0 100644 --- a/sys/dev/pci/if_epic_pci.c +++ b/sys/dev/pci/if_epic_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_epic_pci.c,v 1.11 2012/10/18 21:44:21 deraadt Exp $ */ +/* $OpenBSD: if_epic_pci.c,v 1.12 2013/08/07 01:06:35 bluhm Exp $ */ /* $NetBSD: if_epic_pci.c,v 1.28 2005/02/27 00:27:32 perry Exp $ */ /*- @@ -53,7 +53,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_et.c b/sys/dev/pci/if_et.c index d53b4fc53b3..ea9fed1c0f9 100644 --- a/sys/dev/pci/if_et.c +++ b/sys/dev/pci/if_et.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_et.c,v 1.21 2010/08/27 17:08:00 jsg Exp $ */ +/* $OpenBSD: if_et.c,v 1.22 2013/08/07 01:06:35 bluhm Exp $ */ /* * Copyright (c) 2007 The DragonFly Project. All rights reserved. * @@ -59,7 +59,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_fxp_pci.c b/sys/dev/pci/if_fxp_pci.c index c4882b9d9e9..6c9a3a73c19 100644 --- a/sys/dev/pci/if_fxp_pci.c +++ b/sys/dev/pci/if_fxp_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fxp_pci.c,v 1.57 2011/04/03 15:36:02 jasper Exp $ */ +/* $OpenBSD: if_fxp_pci.c,v 1.58 2013/08/07 01:06:35 bluhm Exp $ */ /* * Copyright (c) 1995, David Greenman @@ -56,7 +56,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #endif diff --git a/sys/dev/pci/if_hme_pci.c b/sys/dev/pci/if_hme_pci.c index 4c9995cb79f..e1d9b26139b 100644 --- a/sys/dev/pci/if_hme_pci.c +++ b/sys/dev/pci/if_hme_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_hme_pci.c,v 1.16 2009/10/15 17:54:56 deraadt Exp $ */ +/* $OpenBSD: if_hme_pci.c,v 1.17 2013/08/07 01:06:35 bluhm Exp $ */ /* $NetBSD: if_hme_pci.c,v 1.3 2000/12/28 22:59:13 sommerfeld Exp $ */ /* @@ -47,7 +47,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_ipw.c b/sys/dev/pci/if_ipw.c index cf2c4dea18d..49116a3a2f2 100644 --- a/sys/dev/pci/if_ipw.c +++ b/sys/dev/pci/if_ipw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ipw.c,v 1.95 2011/04/07 15:30:16 miod Exp $ */ +/* $OpenBSD: if_ipw.c,v 1.96 2013/08/07 01:06:35 bluhm Exp $ */ /*- * Copyright (c) 2004-2008 @@ -52,7 +52,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/pci/if_iwi.c b/sys/dev/pci/if_iwi.c index 8530ec401c0..832449c67ba 100644 --- a/sys/dev/pci/if_iwi.c +++ b/sys/dev/pci/if_iwi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iwi.c,v 1.111 2010/11/15 19:11:57 damien Exp $ */ +/* $OpenBSD: if_iwi.c,v 1.112 2013/08/07 01:06:35 bluhm Exp $ */ /*- * Copyright (c) 2004-2008 @@ -52,7 +52,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/pci/if_iwn.c b/sys/dev/pci/if_iwn.c index 1b4eee7daaa..028ed17631b 100644 --- a/sys/dev/pci/if_iwn.c +++ b/sys/dev/pci/if_iwn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iwn.c,v 1.120 2013/06/11 18:15:52 deraadt Exp $ */ +/* $OpenBSD: if_iwn.c,v 1.121 2013/08/07 01:06:35 bluhm Exp $ */ /*- * Copyright (c) 2007-2010 Damien Bergamini <damien.bergamini@free.fr> @@ -53,7 +53,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/pci/if_ixgb.h b/sys/dev/pci/if_ixgb.h index 6b169435851..7b16408652e 100644 --- a/sys/dev/pci/if_ixgb.h +++ b/sys/dev/pci/if_ixgb.h @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -/* $OpenBSD: if_ixgb.h,v 1.13 2010/08/27 08:24:53 deraadt Exp $ */ +/* $OpenBSD: if_ixgb.h,v 1.14 2013/08/07 01:06:35 bluhm Exp $ */ #ifndef _IXGB_H_DEFINED_ #define _IXGB_H_DEFINED_ @@ -56,7 +56,6 @@ POSSIBILITY OF SUCH DAMAGE. #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #include <netinet/tcp.h> diff --git a/sys/dev/pci/if_jme.c b/sys/dev/pci/if_jme.c index 395ee56be64..dd7d8bae882 100644 --- a/sys/dev/pci/if_jme.c +++ b/sys/dev/pci/if_jme.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_jme.c,v 1.29 2012/11/29 21:10:32 brad Exp $ */ +/* $OpenBSD: if_jme.c,v 1.30 2013/08/07 01:06:35 bluhm Exp $ */ /*- * Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. @@ -53,7 +53,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_lge.c b/sys/dev/pci/if_lge.c index 82d9290c52d..fa97c0854a7 100644 --- a/sys/dev/pci/if_lge.c +++ b/sys/dev/pci/if_lge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_lge.c,v 1.57 2012/11/29 21:10:32 brad Exp $ */ +/* $OpenBSD: if_lge.c,v 1.58 2013/08/07 01:06:36 bluhm Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2000, 2001 @@ -92,7 +92,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_msk.c b/sys/dev/pci/if_msk.c index 54c61b556b1..f7bc5e67eac 100644 --- a/sys/dev/pci/if_msk.c +++ b/sys/dev/pci/if_msk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_msk.c,v 1.98 2013/03/17 10:56:23 brad Exp $ */ +/* $OpenBSD: if_msk.c,v 1.99 2013/08/07 01:06:36 bluhm Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -106,7 +106,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/udp.h> #include <netinet/tcp.h> diff --git a/sys/dev/pci/if_nfe.c b/sys/dev/pci/if_nfe.c index fba45d862e2..cae5c0e395b 100644 --- a/sys/dev/pci/if_nfe.c +++ b/sys/dev/pci/if_nfe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_nfe.c,v 1.101 2013/04/01 06:40:40 brad Exp $ */ +/* $OpenBSD: if_nfe.c,v 1.102 2013/08/07 01:06:36 bluhm Exp $ */ /*- * Copyright (c) 2006, 2007 Damien Bergamini <damien.bergamini@free.fr> @@ -43,7 +43,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_nge.c b/sys/dev/pci/if_nge.c index e04bebbc31f..5c47a37cae7 100644 --- a/sys/dev/pci/if_nge.c +++ b/sys/dev/pci/if_nge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_nge.c,v 1.73 2012/11/29 21:10:32 brad Exp $ */ +/* $OpenBSD: if_nge.c,v 1.74 2013/08/07 01:06:36 bluhm Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2000, 2001 @@ -107,7 +107,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_oce.c b/sys/dev/pci/if_oce.c index b51d2d96002..43c73a173bf 100644 --- a/sys/dev/pci/if_oce.c +++ b/sys/dev/pci/if_oce.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_oce.c,v 1.69 2013/01/17 00:48:04 henning Exp $ */ +/* $OpenBSD: if_oce.c,v 1.70 2013/08/07 01:06:36 bluhm Exp $ */ /* * Copyright (c) 2012 Mike Belopuhov @@ -76,7 +76,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_pcn.c b/sys/dev/pci/if_pcn.c index 3e4d23f942e..69eca80d7cd 100644 --- a/sys/dev/pci/if_pcn.c +++ b/sys/dev/pci/if_pcn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_pcn.c,v 1.26 2012/11/22 02:04:50 brad Exp $ */ +/* $OpenBSD: if_pcn.c,v 1.27 2013/08/07 01:06:36 bluhm Exp $ */ /* $NetBSD: if_pcn.c,v 1.26 2005/05/07 09:15:44 is Exp $ */ /* @@ -85,7 +85,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_re_pci.c b/sys/dev/pci/if_re_pci.c index a8f388ac7fc..d213a086f1f 100644 --- a/sys/dev/pci/if_re_pci.c +++ b/sys/dev/pci/if_re_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_re_pci.c,v 1.38 2013/08/03 15:44:32 kettenis Exp $ */ +/* $OpenBSD: if_re_pci.c,v 1.39 2013/08/07 01:06:36 bluhm Exp $ */ /* * Copyright (c) 2005 Peter Valchev <pvalchev@openbsd.org> @@ -38,7 +38,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_rl_pci.c b/sys/dev/pci/if_rl_pci.c index 01488d7c81a..fbc719836dc 100644 --- a/sys/dev/pci/if_rl_pci.c +++ b/sys/dev/pci/if_rl_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rl_pci.c,v 1.26 2013/03/07 01:03:57 brad Exp $ */ +/* $OpenBSD: if_rl_pci.c,v 1.27 2013/08/07 01:06:36 bluhm Exp $ */ /* * Copyright (c) 1997, 1998 @@ -51,7 +51,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_san_common.c b/sys/dev/pci/if_san_common.c index 8c06b8d9883..97520328402 100644 --- a/sys/dev/pci/if_san_common.c +++ b/sys/dev/pci/if_san_common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_san_common.c,v 1.15 2013/04/10 01:35:55 guenther Exp $ */ +/* $OpenBSD: if_san_common.c,v 1.16 2013/08/07 01:06:37 bluhm Exp $ */ /*- * Copyright (c) 2001-2004 Sangoma Technologies (SAN) @@ -61,7 +61,6 @@ # include <net/if_sppp.h> # include <netinet/in_systm.h> # include <netinet/in.h> -# include <netinet/in_var.h> # include <netinet/udp.h> # include <netinet/ip.h> diff --git a/sys/dev/pci/if_san_te1.c b/sys/dev/pci/if_san_te1.c index 6153c9d6543..014dd438eab 100644 --- a/sys/dev/pci/if_san_te1.c +++ b/sys/dev/pci/if_san_te1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_san_te1.c,v 1.11 2009/01/21 21:54:00 grange Exp $ */ +/* $OpenBSD: if_san_te1.c,v 1.12 2013/08/07 01:06:37 bluhm Exp $ */ /*- * Copyright (c) 2001-2004 Sangoma Technologies (SAN) @@ -51,7 +51,6 @@ #include <net/if_sppp.h> #include <netinet/in_systm.h> #include <netinet/in.h> -#include <netinet/in_var.h> #include <netinet/udp.h> #include <netinet/ip.h> diff --git a/sys/dev/pci/if_san_xilinx.c b/sys/dev/pci/if_san_xilinx.c index 01cfe836e9c..baa7d429d43 100644 --- a/sys/dev/pci/if_san_xilinx.c +++ b/sys/dev/pci/if_san_xilinx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_san_xilinx.c,v 1.27 2012/09/19 22:37:23 jsg Exp $ */ +/* $OpenBSD: if_san_xilinx.c,v 1.28 2013/08/07 01:06:37 bluhm Exp $ */ /*- * Copyright (c) 2001-2004 Sangoma Technologies (SAN) @@ -54,7 +54,6 @@ #include <net/if_sppp.h> #include <netinet/in_systm.h> #include <netinet/in.h> -#include <netinet/in_var.h> #include <netinet/udp.h> #include <netinet/ip.h> diff --git a/sys/dev/pci/if_sf_pci.c b/sys/dev/pci/if_sf_pci.c index dbb7e255c52..653b73fd6cb 100644 --- a/sys/dev/pci/if_sf_pci.c +++ b/sys/dev/pci/if_sf_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sf_pci.c,v 1.9 2012/10/18 21:44:21 deraadt Exp $ */ +/* $OpenBSD: if_sf_pci.c,v 1.10 2013/08/07 01:06:37 bluhm Exp $ */ /* $NetBSD: if_sf_pci.c,v 1.10 2006/06/17 23:34:27 christos Exp $ */ /*- @@ -52,7 +52,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_sis.c b/sys/dev/pci/if_sis.c index dbe2e4606b4..10c13e8b73f 100644 --- a/sys/dev/pci/if_sis.c +++ b/sys/dev/pci/if_sis.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sis.c,v 1.111 2013/06/28 03:24:18 brad Exp $ */ +/* $OpenBSD: if_sis.c,v 1.112 2013/08/07 01:06:37 bluhm Exp $ */ /* * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -78,7 +78,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_sk.c b/sys/dev/pci/if_sk.c index ad15fc8c4b0..2cbb83fdbac 100644 --- a/sys/dev/pci/if_sk.c +++ b/sys/dev/pci/if_sk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sk.c,v 1.164 2013/03/07 06:13:31 brad Exp $ */ +/* $OpenBSD: if_sk.c,v 1.165 2013/08/07 01:06:37 bluhm Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -106,7 +106,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/udp.h> #include <netinet/tcp.h> diff --git a/sys/dev/pci/if_ste.c b/sys/dev/pci/if_ste.c index fe109f0d77e..36415fa68dc 100644 --- a/sys/dev/pci/if_ste.c +++ b/sys/dev/pci/if_ste.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ste.c,v 1.53 2013/03/14 01:25:38 brad Exp $ */ +/* $OpenBSD: if_ste.c,v 1.54 2013/08/07 01:06:38 bluhm Exp $ */ /* * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -53,7 +53,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_stge.c b/sys/dev/pci/if_stge.c index 4fd07399b63..51c8df9c305 100644 --- a/sys/dev/pci/if_stge.c +++ b/sys/dev/pci/if_stge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_stge.c,v 1.54 2012/10/18 21:44:21 deraadt Exp $ */ +/* $OpenBSD: if_stge.c,v 1.55 2013/08/07 01:06:38 bluhm Exp $ */ /* $NetBSD: if_stge.c,v 1.27 2005/05/16 21:35:32 bouyer Exp $ */ /*- @@ -56,7 +56,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_ti_pci.c b/sys/dev/pci/if_ti_pci.c index 12260f686a3..6c7aa8ffa0c 100644 --- a/sys/dev/pci/if_ti_pci.c +++ b/sys/dev/pci/if_ti_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ti_pci.c,v 1.1 2009/08/29 21:12:55 kettenis Exp $ */ +/* $OpenBSD: if_ti_pci.c,v 1.2 2013/08/07 01:06:38 bluhm Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -83,7 +83,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_tl.c b/sys/dev/pci/if_tl.c index 9cc1143c160..8c916a83058 100644 --- a/sys/dev/pci/if_tl.c +++ b/sys/dev/pci/if_tl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_tl.c,v 1.53 2012/11/29 21:10:32 brad Exp $ */ +/* $OpenBSD: if_tl.c,v 1.54 2013/08/07 01:06:38 bluhm Exp $ */ /* * Copyright (c) 1997, 1998 @@ -197,7 +197,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_txp.c b/sys/dev/pci/if_txp.c index df50e119bdb..015619de47f 100644 --- a/sys/dev/pci/if_txp.c +++ b/sys/dev/pci/if_txp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_txp.c,v 1.106 2012/12/01 09:55:03 brad Exp $ */ +/* $OpenBSD: if_txp.c,v 1.107 2013/08/07 01:06:38 bluhm Exp $ */ /* * Copyright (c) 2001 @@ -51,7 +51,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_vge.c b/sys/dev/pci/if_vge.c index 5ac9c909a8e..cb813ccbc8f 100644 --- a/sys/dev/pci/if_vge.c +++ b/sys/dev/pci/if_vge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vge.c,v 1.55 2013/03/15 01:33:23 brad Exp $ */ +/* $OpenBSD: if_vge.c,v 1.56 2013/08/07 01:06:38 bluhm Exp $ */ /* $FreeBSD: if_vge.c,v 1.3 2004/09/11 22:13:25 wpaul Exp $ */ /* * Copyright (c) 2004 @@ -102,7 +102,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_vr.c b/sys/dev/pci/if_vr.c index ab1baea86ba..cb460c3ba5d 100644 --- a/sys/dev/pci/if_vr.c +++ b/sys/dev/pci/if_vr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vr.c,v 1.128 2013/03/07 11:20:26 sthen Exp $ */ +/* $OpenBSD: if_vr.c,v 1.129 2013/08/07 01:06:38 bluhm Exp $ */ /* * Copyright (c) 1997, 1998 @@ -77,7 +77,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif /* INET */ diff --git a/sys/dev/pci/if_vte.c b/sys/dev/pci/if_vte.c index cc134c0ea00..6815d0f0a49 100644 --- a/sys/dev/pci/if_vte.c +++ b/sys/dev/pci/if_vte.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vte.c,v 1.6 2012/11/29 21:10:32 brad Exp $ */ +/* $OpenBSD: if_vte.c,v 1.7 2013/08/07 01:06:38 bluhm Exp $ */ /*- * Copyright (c) 2010, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. @@ -53,7 +53,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_wb.c b/sys/dev/pci/if_wb.c index 4039f0d4b37..c79b4c0e514 100644 --- a/sys/dev/pci/if_wb.c +++ b/sys/dev/pci/if_wb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wb.c,v 1.51 2012/11/29 21:10:32 brad Exp $ */ +/* $OpenBSD: if_wb.c,v 1.52 2013/08/07 01:06:39 bluhm Exp $ */ /* * Copyright (c) 1997, 1998 @@ -105,7 +105,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_wpi.c b/sys/dev/pci/if_wpi.c index 693bfb9c32d..2ceb88661e3 100644 --- a/sys/dev/pci/if_wpi.c +++ b/sys/dev/pci/if_wpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wpi.c,v 1.111 2013/06/11 18:15:52 deraadt Exp $ */ +/* $OpenBSD: if_wpi.c,v 1.112 2013/08/07 01:06:39 bluhm Exp $ */ /*- * Copyright (c) 2006-2008 @@ -53,7 +53,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/pci/if_xge.c b/sys/dev/pci/if_xge.c index a6df2cbe659..55ba58cb87e 100644 --- a/sys/dev/pci/if_xge.c +++ b/sys/dev/pci/if_xge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_xge.c,v 1.54 2011/04/05 18:01:21 henning Exp $ */ +/* $OpenBSD: if_xge.c,v 1.55 2013/08/07 01:06:39 bluhm Exp $ */ /* $NetBSD: if_xge.c,v 1.1 2005/09/09 10:30:27 ragge Exp $ */ /* @@ -58,7 +58,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #include <netinet/tcp.h> diff --git a/sys/dev/pci/if_xl_pci.c b/sys/dev/pci/if_xl_pci.c index 47bd6803314..bd6608579b4 100644 --- a/sys/dev/pci/if_xl_pci.c +++ b/sys/dev/pci/if_xl_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_xl_pci.c,v 1.40 2012/10/18 21:44:21 deraadt Exp $ */ +/* $OpenBSD: if_xl_pci.c,v 1.41 2013/08/07 01:06:39 bluhm Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -55,7 +55,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/ixgb_ee.c b/sys/dev/pci/ixgb_ee.c index d506a9badf8..00060e7d8d3 100644 --- a/sys/dev/pci/ixgb_ee.c +++ b/sys/dev/pci/ixgb_ee.c @@ -31,7 +31,7 @@ *******************************************************************************/ -/* $OpenBSD: ixgb_ee.c,v 1.2 2007/06/26 10:30:05 tom Exp $ */ +/* $OpenBSD: ixgb_ee.c,v 1.3 2013/08/07 01:06:39 bluhm Exp $ */ #include <sys/param.h> #include <sys/systm.h> @@ -49,7 +49,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/ixgb_hw.c b/sys/dev/pci/ixgb_hw.c index 4890e89f57f..7eb655e44e9 100644 --- a/sys/dev/pci/ixgb_hw.c +++ b/sys/dev/pci/ixgb_hw.c @@ -31,7 +31,7 @@ *******************************************************************************/ -/* $OpenBSD: ixgb_hw.c,v 1.3 2008/02/19 18:47:18 brad Exp $ */ +/* $OpenBSD: ixgb_hw.c,v 1.4 2013/08/07 01:06:39 bluhm Exp $ */ /* ixgb_hw.c * Shared functions for accessing and configuring the adapter @@ -53,7 +53,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pcmcia/if_cnw.c b/sys/dev/pcmcia/if_cnw.c index cc812f3f8b7..cfa75333c61 100644 --- a/sys/dev/pcmcia/if_cnw.c +++ b/sys/dev/pcmcia/if_cnw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_cnw.c,v 1.23 2013/02/18 23:29:21 jsg Exp $ */ +/* $OpenBSD: if_cnw.c,v 1.24 2013/08/07 01:06:39 bluhm Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. @@ -71,7 +71,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pcmcia/if_ep_pcmcia.c b/sys/dev/pcmcia/if_ep_pcmcia.c index dd3756cd93f..a4136762d3c 100644 --- a/sys/dev/pcmcia/if_ep_pcmcia.c +++ b/sys/dev/pcmcia/if_ep_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ep_pcmcia.c,v 1.41 2011/07/03 15:47:17 matthew Exp $ */ +/* $OpenBSD: if_ep_pcmcia.c,v 1.42 2013/08/07 01:06:39 bluhm Exp $ */ /* $NetBSD: if_ep_pcmcia.c,v 1.16 1998/08/17 23:20:40 thorpej Exp $ */ /*- @@ -82,7 +82,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pcmcia/if_ray.c b/sys/dev/pcmcia/if_ray.c index 55da3f1be0b..7e87464ea26 100644 --- a/sys/dev/pcmcia/if_ray.c +++ b/sys/dev/pcmcia/if_ray.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ray.c,v 1.50 2013/04/22 03:31:39 deraadt Exp $ */ +/* $OpenBSD: if_ray.c,v 1.51 2013/08/07 01:06:40 bluhm Exp $ */ /* $NetBSD: if_ray.c,v 1.21 2000/07/05 02:35:54 onoe Exp $ */ /* @@ -82,7 +82,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pcmcia/if_sm_pcmcia.c b/sys/dev/pcmcia/if_sm_pcmcia.c index 932903d53e4..9a2aff23b65 100644 --- a/sys/dev/pcmcia/if_sm_pcmcia.c +++ b/sys/dev/pcmcia/if_sm_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sm_pcmcia.c,v 1.32 2011/07/03 15:47:17 matthew Exp $ */ +/* $OpenBSD: if_sm_pcmcia.c,v 1.33 2013/08/07 01:06:40 bluhm Exp $ */ /* $NetBSD: if_sm_pcmcia.c,v 1.11 1998/08/15 20:47:32 thorpej Exp $ */ /*- @@ -51,7 +51,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pcmcia/if_xe.c b/sys/dev/pcmcia/if_xe.c index b2d10ad02cb..6d62ac85f6a 100644 --- a/sys/dev/pcmcia/if_xe.c +++ b/sys/dev/pcmcia/if_xe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_xe.c,v 1.41 2012/11/28 01:15:33 brad Exp $ */ +/* $OpenBSD: if_xe.c,v 1.42 2013/08/07 01:06:40 bluhm Exp $ */ /* * Copyright (c) 1999 Niklas Hallqvist, Brandon Creighton, Job de Haas @@ -64,7 +64,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/sbus/be.c b/sys/dev/sbus/be.c index d508c4c2512..9621b7513ae 100644 --- a/sys/dev/sbus/be.c +++ b/sys/dev/sbus/be.c @@ -1,4 +1,4 @@ -/* $OpenBSD: be.c,v 1.24 2013/05/28 09:46:06 mikeb Exp $ */ +/* $OpenBSD: be.c,v 1.25 2013/08/07 01:06:40 bluhm Exp $ */ /* $NetBSD: be.c,v 1.26 2001/03/20 15:39:20 pk Exp $ */ /*- @@ -78,7 +78,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/sbus/if_gem_sbus.c b/sys/dev/sbus/if_gem_sbus.c index d36cbd1c70c..1625a6489d1 100644 --- a/sys/dev/sbus/if_gem_sbus.c +++ b/sys/dev/sbus/if_gem_sbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_gem_sbus.c,v 1.6 2009/07/12 21:27:09 kettenis Exp $ */ +/* $OpenBSD: if_gem_sbus.c,v 1.7 2013/08/07 01:06:40 bluhm Exp $ */ /* $NetBSD: if_gem_sbus.c,v 1.1 2006/11/24 13:23:32 martin Exp $ */ /*- @@ -48,7 +48,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/sbus/if_hme_sbus.c b/sys/dev/sbus/if_hme_sbus.c index 9ab41c1550c..99fc0c1d5a5 100644 --- a/sys/dev/sbus/if_hme_sbus.c +++ b/sys/dev/sbus/if_hme_sbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_hme_sbus.c,v 1.13 2009/07/12 21:27:09 kettenis Exp $ */ +/* $OpenBSD: if_hme_sbus.c,v 1.14 2013/08/07 01:06:40 bluhm Exp $ */ /* $NetBSD: if_hme_sbus.c,v 1.6 2001/02/28 14:52:48 mrg Exp $ */ /*- @@ -48,7 +48,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/sbus/if_ti_sbus.c b/sys/dev/sbus/if_ti_sbus.c index 47fbc837cfb..f0869d13a9c 100644 --- a/sys/dev/sbus/if_ti_sbus.c +++ b/sys/dev/sbus/if_ti_sbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ti_sbus.c,v 1.1 2009/09/01 14:45:44 kettenis Exp $ */ +/* $OpenBSD: if_ti_sbus.c,v 1.2 2013/08/07 01:06:40 bluhm Exp $ */ /* * Copyright (c) 2009 Mark Kettenis * @@ -27,7 +27,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/sbus/qe.c b/sys/dev/sbus/qe.c index a350916ef4b..c988407038c 100644 --- a/sys/dev/sbus/qe.c +++ b/sys/dev/sbus/qe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: qe.c,v 1.23 2008/11/28 02:44:18 brad Exp $ */ +/* $OpenBSD: qe.c,v 1.24 2013/08/07 01:06:40 bluhm Exp $ */ /* $NetBSD: qe.c,v 1.16 2001/03/30 17:30:18 christos Exp $ */ /*- @@ -88,7 +88,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/usb/if_athn_usb.c b/sys/dev/usb/if_athn_usb.c index 3558fe68124..0b46741874c 100644 --- a/sys/dev/usb/if_athn_usb.c +++ b/sys/dev/usb/if_athn_usb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_athn_usb.c,v 1.17 2013/06/11 18:45:25 deraadt Exp $ */ +/* $OpenBSD: if_athn_usb.c,v 1.18 2013/08/07 01:06:41 bluhm Exp $ */ /*- * Copyright (c) 2011 Damien Bergamini <damien.bergamini@free.fr> @@ -47,7 +47,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c index c4badfb05c3..95aed7dab74 100644 --- a/sys/dev/usb/if_aue.c +++ b/sys/dev/usb/if_aue.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_aue.c,v 1.87 2013/04/15 09:23:01 mglocker Exp $ */ +/* $OpenBSD: if_aue.c,v 1.88 2013/08/07 01:06:41 bluhm Exp $ */ /* $NetBSD: if_aue.c,v 1.82 2003/03/05 17:37:36 shiba Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -100,7 +100,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/usb/if_axe.c b/sys/dev/usb/if_axe.c index 50a5a96599f..0e9a4fec315 100644 --- a/sys/dev/usb/if_axe.c +++ b/sys/dev/usb/if_axe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_axe.c,v 1.121 2013/07/02 19:27:15 brad Exp $ */ +/* $OpenBSD: if_axe.c,v 1.122 2013/08/07 01:06:41 bluhm Exp $ */ /* * Copyright (c) 2005, 2006, 2007 Jonathan Gray <jsg@openbsd.org> @@ -112,7 +112,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/usb/if_cdce.c b/sys/dev/usb/if_cdce.c index b4b1cdd040f..4aedfe8e784 100644 --- a/sys/dev/usb/if_cdce.c +++ b/sys/dev/usb/if_cdce.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_cdce.c,v 1.54 2013/04/26 13:46:40 mglocker Exp $ */ +/* $OpenBSD: if_cdce.c,v 1.55 2013/08/07 01:06:41 bluhm Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000-2003 Bill Paul <wpaul@windriver.com> @@ -59,7 +59,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> diff --git a/sys/dev/usb/if_cdcef.c b/sys/dev/usb/if_cdcef.c index 1d590b3943f..6197282c7bc 100644 --- a/sys/dev/usb/if_cdcef.c +++ b/sys/dev/usb/if_cdcef.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_cdcef.c,v 1.28 2013/04/15 09:23:01 mglocker Exp $ */ +/* $OpenBSD: if_cdcef.c,v 1.29 2013/08/07 01:06:41 bluhm Exp $ */ /* * Copyright (c) 2007 Dale Rahn <drahn@openbsd.org> @@ -44,7 +44,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> diff --git a/sys/dev/usb/if_cue.c b/sys/dev/usb/if_cue.c index c0a6688d964..49dd15126aa 100644 --- a/sys/dev/usb/if_cue.c +++ b/sys/dev/usb/if_cue.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_cue.c,v 1.61 2013/04/15 09:23:01 mglocker Exp $ */ +/* $OpenBSD: if_cue.c,v 1.62 2013/08/07 01:06:41 bluhm Exp $ */ /* $NetBSD: if_cue.c,v 1.40 2002/07/11 21:14:26 augustss Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -77,7 +77,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/usb/if_kue.c b/sys/dev/usb/if_kue.c index 039804d6d33..eab30475e6e 100644 --- a/sys/dev/usb/if_kue.c +++ b/sys/dev/usb/if_kue.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_kue.c,v 1.67 2013/04/15 09:23:01 mglocker Exp $ */ +/* $OpenBSD: if_kue.c,v 1.68 2013/08/07 01:06:41 bluhm Exp $ */ /* $NetBSD: if_kue.c,v 1.50 2002/07/16 22:00:31 augustss Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -91,7 +91,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/usb/if_mos.c b/sys/dev/usb/if_mos.c index 1b234f58591..15cb4f3d5da 100644 --- a/sys/dev/usb/if_mos.c +++ b/sys/dev/usb/if_mos.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_mos.c,v 1.20 2013/04/15 09:23:01 mglocker Exp $ */ +/* $OpenBSD: if_mos.c,v 1.21 2013/08/07 01:06:41 bluhm Exp $ */ /* * Copyright (c) 2008 Johann Christian Rode <jcrode@gmx.net> @@ -95,7 +95,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/usb/if_otus.c b/sys/dev/usb/if_otus.c index 2a9326ec63b..26dea3add5f 100644 --- a/sys/dev/usb/if_otus.c +++ b/sys/dev/usb/if_otus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_otus.c,v 1.34 2013/04/15 09:23:01 mglocker Exp $ */ +/* $OpenBSD: if_otus.c,v 1.35 2013/08/07 01:06:41 bluhm Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -47,7 +47,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/usb/if_ral.c b/sys/dev/usb/if_ral.c index d8becd379ae..560f78b9f83 100644 --- a/sys/dev/usb/if_ral.c +++ b/sys/dev/usb/if_ral.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ral.c,v 1.123 2013/04/15 09:23:01 mglocker Exp $ */ +/* $OpenBSD: if_ral.c,v 1.124 2013/08/07 01:06:42 bluhm Exp $ */ /*- * Copyright (c) 2005, 2006 @@ -49,7 +49,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/usb/if_rsu.c b/sys/dev/usb/if_rsu.c index c33ba01bc9e..b79e1d5d652 100644 --- a/sys/dev/usb/if_rsu.c +++ b/sys/dev/usb/if_rsu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rsu.c,v 1.17 2013/04/15 09:23:01 mglocker Exp $ */ +/* $OpenBSD: if_rsu.c,v 1.18 2013/08/07 01:06:42 bluhm Exp $ */ /*- * Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> @@ -47,7 +47,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/usb/if_rum.c b/sys/dev/usb/if_rum.c index e44999d88d9..446287a8969 100644 --- a/sys/dev/usb/if_rum.c +++ b/sys/dev/usb/if_rum.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rum.c,v 1.100 2013/04/15 09:23:01 mglocker Exp $ */ +/* $OpenBSD: if_rum.c,v 1.101 2013/08/07 01:06:42 bluhm Exp $ */ /*- * Copyright (c) 2005-2007 Damien Bergamini <damien.bergamini@free.fr> @@ -49,7 +49,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/usb/if_run.c b/sys/dev/usb/if_run.c index 76d12983cde..55eadf07afb 100644 --- a/sys/dev/usb/if_run.c +++ b/sys/dev/usb/if_run.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_run.c,v 1.93 2013/06/11 18:45:25 deraadt Exp $ */ +/* $OpenBSD: if_run.c,v 1.94 2013/08/07 01:06:42 bluhm Exp $ */ /*- * Copyright (c) 2008-2010 Damien Bergamini <damien.bergamini@free.fr> @@ -48,7 +48,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/usb/if_smsc.c b/sys/dev/usb/if_smsc.c index 6318b049751..37e4635c1c4 100644 --- a/sys/dev/usb/if_smsc.c +++ b/sys/dev/usb/if_smsc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_smsc.c,v 1.8 2013/07/02 19:27:15 brad Exp $ */ +/* $OpenBSD: if_smsc.c,v 1.9 2013/08/07 01:06:42 bluhm Exp $ */ /* $FreeBSD: src/sys/dev/usb/net/if_smsc.c,v 1.1 2012/08/15 04:03:55 gonzo Exp $ */ /*- * Copyright (c) 2012 @@ -84,7 +84,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/usb/if_uath.c b/sys/dev/usb/if_uath.c index 77ef42e0388..9bc2b557b67 100644 --- a/sys/dev/usb/if_uath.c +++ b/sys/dev/usb/if_uath.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_uath.c,v 1.55 2013/06/11 18:45:25 deraadt Exp $ */ +/* $OpenBSD: if_uath.c,v 1.56 2013/08/07 01:06:42 bluhm Exp $ */ /*- * Copyright (c) 2006 @@ -53,7 +53,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/usb/if_udav.c b/sys/dev/usb/if_udav.c index e22bea89013..0847dbe7146 100644 --- a/sys/dev/usb/if_udav.c +++ b/sys/dev/usb/if_udav.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_udav.c,v 1.62 2013/04/15 09:23:01 mglocker Exp $ */ +/* $OpenBSD: if_udav.c,v 1.63 2013/08/07 01:06:42 bluhm Exp $ */ /* $NetBSD: if_udav.c,v 1.3 2004/04/23 17:25:25 itojun Exp $ */ /* $nabe: if_udav.c,v 1.3 2003/08/21 16:57:19 nabe Exp $ */ /* @@ -66,7 +66,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/usb/if_upgt.c b/sys/dev/usb/if_upgt.c index dbd7f70b471..43acf4471e2 100644 --- a/sys/dev/usb/if_upgt.c +++ b/sys/dev/usb/if_upgt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_upgt.c,v 1.58 2013/04/26 14:43:22 mpi Exp $ */ +/* $OpenBSD: if_upgt.c,v 1.59 2013/08/07 01:06:42 bluhm Exp $ */ /* * Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org> @@ -43,7 +43,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/usb/if_upl.c b/sys/dev/usb/if_upl.c index 566734ac4d1..e3d01846d2c 100644 --- a/sys/dev/usb/if_upl.c +++ b/sys/dev/usb/if_upl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_upl.c,v 1.51 2013/04/15 09:23:01 mglocker Exp $ */ +/* $OpenBSD: if_upl.c,v 1.52 2013/08/07 01:06:42 bluhm Exp $ */ /* $NetBSD: if_upl.c,v 1.19 2002/07/11 21:14:26 augustss Exp $ */ /* * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -57,7 +57,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_var.h> #include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/if_ether.h> diff --git a/sys/dev/usb/if_url.c b/sys/dev/usb/if_url.c index 4a5c6c6e23a..2fe3f704b60 100644 --- a/sys/dev/usb/if_url.c +++ b/sys/dev/usb/if_url.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_url.c,v 1.66 2013/04/15 09:23:01 mglocker Exp $ */ +/* $OpenBSD: if_url.c,v 1.67 2013/08/07 01:06:43 bluhm Exp $ */ /* $NetBSD: if_url.c,v 1.6 2002/09/29 10:19:21 martin Exp $ */ /* * Copyright (c) 2001, 2002 @@ -65,7 +65,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/usb/if_urndis.c b/sys/dev/usb/if_urndis.c index fff202918f9..53e2c146061 100644 --- a/sys/dev/usb/if_urndis.c +++ b/sys/dev/usb/if_urndis.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_urndis.c,v 1.38 2013/04/15 09:23:01 mglocker Exp $ */ +/* $OpenBSD: if_urndis.c,v 1.39 2013/08/07 01:06:43 bluhm Exp $ */ /* * Copyright (c) 2010 Jonathan Armani <armani@openbsd.org> @@ -44,7 +44,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/usb/if_urtw.c b/sys/dev/usb/if_urtw.c index 708c9d6fa7c..922dfdadc26 100644 --- a/sys/dev/usb/if_urtw.c +++ b/sys/dev/usb/if_urtw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_urtw.c,v 1.42 2013/07/10 05:59:02 brad Exp $ */ +/* $OpenBSD: if_urtw.c,v 1.43 2013/08/07 01:06:43 bluhm Exp $ */ /*- * Copyright (c) 2009 Martynas Venckus <martynas@openbsd.org> @@ -43,7 +43,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/usb/if_urtwn.c b/sys/dev/usb/if_urtwn.c index 9a5a029650e..808189c84dd 100644 --- a/sys/dev/usb/if_urtwn.c +++ b/sys/dev/usb/if_urtwn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_urtwn.c,v 1.27 2013/07/21 15:19:52 deraadt Exp $ */ +/* $OpenBSD: if_urtwn.c,v 1.28 2013/08/07 01:06:43 bluhm Exp $ */ /*- * Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> @@ -47,7 +47,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> diff --git a/sys/dev/usb/if_wi_usb.c b/sys/dev/usb/if_wi_usb.c index 6674122dd99..abc4dd1b752 100644 --- a/sys/dev/usb/if_wi_usb.c +++ b/sys/dev/usb/if_wi_usb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_usb.c,v 1.57 2013/04/15 09:23:01 mglocker Exp $ */ +/* $OpenBSD: if_wi_usb.c,v 1.58 2013/08/07 01:06:43 bluhm Exp $ */ /* * Copyright (c) 2003 Dale Rahn. All rights reserved. @@ -49,7 +49,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/usb/if_zyd.c b/sys/dev/usb/if_zyd.c index cfaf635a1a1..e5ac2d0603e 100644 --- a/sys/dev/usb/if_zyd.c +++ b/sys/dev/usb/if_zyd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_zyd.c,v 1.90 2013/04/15 09:23:01 mglocker Exp $ */ +/* $OpenBSD: if_zyd.c,v 1.91 2013/08/07 01:06:43 bluhm Exp $ */ /*- * Copyright (c) 2006 by Damien Bergamini <damien.bergamini@free.fr> @@ -49,7 +49,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> #endif |