svn commit: r247151 - head/sys/dev/mxge

Gleb Smirnoff glebius at FreeBSD.org
Fri Feb 22 12:41:25 UTC 2013


Author: glebius
Date: Fri Feb 22 12:41:24 2013
New Revision: 247151
URL: http://svnweb.freebsd.org/changeset/base/247151

Log:
  Fix build.

Modified:
  head/sys/dev/mxge/if_mxge.c

Modified: head/sys/dev/mxge/if_mxge.c
==============================================================================
--- head/sys/dev/mxge/if_mxge.c	Fri Feb 22 09:47:21 2013	(r247150)
+++ head/sys/dev/mxge/if_mxge.c	Fri Feb 22 12:41:24 2013	(r247151)
@@ -2560,7 +2560,6 @@ mxge_rx_csum(struct mbuf *m, int csum)
 #ifdef INET
 	struct ip *ip;
 #endif
-	int cap = m->m_pkthdr.rcvif->if_capenable;
 	uint16_t c, etype;
 
 


More information about the svn-src-all mailing list