Author: andre
Date: Wed Oct 30 16:56:46 2013
New Revision: 257391
URL: http://svnweb.freebsd.org/changeset/base/257391

Log:
  nclude missing net/if_var.h.
  
  Due to header pollution it wasn't noticed before.

Modified:
  head/sys/dev/snc/dp83932.c
  head/sys/mips/nlm/dev/net/xlpge.c

Modified: head/sys/dev/snc/dp83932.c
==============================================================================
--- head/sys/dev/snc/dp83932.c  Wed Oct 30 16:34:26 2013        (r257390)
+++ head/sys/dev/snc/dp83932.c  Wed Oct 30 16:56:46 2013        (r257391)
@@ -74,6 +74,7 @@
 
 #include <net/ethernet.h>
 #include <net/if.h>
+#include <net/if_var.h>
 #include <net/if_arp.h>
 #include <net/if_dl.h>
 #include <net/if_media.h>

Modified: head/sys/mips/nlm/dev/net/xlpge.c
==============================================================================
--- head/sys/mips/nlm/dev/net/xlpge.c   Wed Oct 30 16:34:26 2013        
(r257390)
+++ head/sys/mips/nlm/dev/net/xlpge.c   Wed Oct 30 16:56:46 2013        
(r257391)
@@ -47,6 +47,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/taskqueue.h>
 
 #include <net/if.h>
+#include <net/if_var.h>
 #include <net/if_arp.h>
 #include <net/ethernet.h>
 #include <net/if_dl.h>
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to