Author: jfv
Date: Thu Jun 2 05:31:54 2011
New Revision: 222592
URL: http://svn.freebsd.org/changeset/base/222592
Log:
Cut and paste mistake corrected.
Modified:
head/sys/dev/ixgbe/ixv.c
Modified: head/sys/dev/ixgbe/ixv.c
==============================================================================
--- head/sys/dev/ixgbe/ixv.c Thu Jun 2 01:44:24 2011 (r222591)
+++ head/sys/dev/ixgbe/ixv.c Thu Jun 2 05:31:54 2011 (r222592)
@@ -697,7 +697,7 @@ ixv_ioctl(struct ifnet * ifp, u_long com
struct adapter *adapter = ifp->if_softc;
struct ifreq *ifr = (struct ifreq *) data;
#if defined(INET) || defined(INET6)
- struct ifreq *ifa = (struct ifaddr *) data;
+ struct ifaddr *ifa = (struct ifaddr *) data;
bool avoid_reset = FALSE;
#endif
int error = 0;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"