summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-06-09 21:43:04 +0000
committerbz <bz@FreeBSD.org>2009-06-09 21:43:04 +0000
commit15dd648e3f5a46528efaebd446a54f6abba24c45 (patch)
treecc5527c6e06265c0c6ba0d57dbb921f7aa448cd9
parente1eaf0348e3c716d810db25d89ee4838e3913c0a (diff)
downloadFreeBSD-src-15dd648e3f5a46528efaebd446a54f6abba24c45.zip
FreeBSD-src-15dd648e3f5a46528efaebd446a54f6abba24c45.tar.gz
Add opt_inet.h back lost with r190872.
This will bring back improved IPv4 SIOCSIFADDR ioctl handling not re-initializing the interface if avoidable.
-rw-r--r--sys/dev/e1000/if_igb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/e1000/if_igb.c b/sys/dev/e1000/if_igb.c
index 96314fa..3275c4d 100644
--- a/sys/dev/e1000/if_igb.c
+++ b/sys/dev/e1000/if_igb.c
@@ -34,6 +34,7 @@
#ifdef HAVE_KERNEL_OPTION_HEADERS
#include "opt_device_polling.h"
+#include "opt_inet.h"
#endif
#include <sys/param.h>
OpenPOWER on IntegriCloud