PERFORCE change 96230 for review

tkuik tkuik at FreeBSD.org
Thu Apr 27 18:58:39 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=96230

Change 96230 by tkuik at tkuik_freebsd on 2006/04/27 18:57:35

	Minor fix

Affected files ...

.. //depot/projects/xen3/src/sys/dev/xen/netfront/netfront.c#6 edit

Differences ...

==== //depot/projects/xen3/src/sys/dev/xen/netfront/netfront.c#6 (text+ko) ====

@@ -643,7 +643,7 @@
 		rx_mcl[i].args[0] = (unsigned long)mtod(m_new,vm_offset_t);
 		rx_mcl[i].args[1] = 0;
 		rx_mcl[i].args[2] = 0;
-		rx_mcl[i].args[2] = 0;
+		rx_mcl[i].args[3] = 0;
 
 	} 
 	


More information about the p4-projects mailing list