svn commit: r257391 - in head/sys: dev/snc mips/nlm/dev/net
Andre Oppermann
andre at FreeBSD.org
Wed Oct 30 16:56:47 UTC 2013
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>
More information about the svn-src-all
mailing list