svn commit: r222592 - head/sys/dev/ixgbe

Jack F Vogel jfv at FreeBSD.org
Thu Jun 2 05:31:55 UTC 2011


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;


More information about the svn-src-head mailing list