Date: Tue, 9 Jun 2009 21:43:05 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r193862 - head/sys/dev/e1000 Message-ID: <200906092143.n59Lh5kk084784@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906092143.n59Lh5kk084784>