svn commit: r193862 - head/sys/dev/e1000

Bjoern A. Zeeb bz at FreeBSD.org
Tue Jun 9 21:43:06 UTC 2009


Author: bz
Date: Tue Jun  9 21:43:04 2009
New Revision: 193862
URL: http://svn.freebsd.org/changeset/base/193862

Log:
  Add opt_inet.h back lost with r190872.
  This will bring back improved IPv4 SIOCSIFADDR ioctl handling
  not re-initializing the interface if avoidable.

Modified:
  head/sys/dev/e1000/if_igb.c

Modified: head/sys/dev/e1000/if_igb.c
==============================================================================
--- head/sys/dev/e1000/if_igb.c	Tue Jun  9 21:35:32 2009	(r193861)
+++ head/sys/dev/e1000/if_igb.c	Tue Jun  9 21:43:04 2009	(r193862)
@@ -34,6 +34,7 @@
 
 #ifdef HAVE_KERNEL_OPTION_HEADERS
 #include "opt_device_polling.h"
+#include "opt_inet.h"
 #endif
 
 #include <sys/param.h>


More information about the svn-src-head mailing list