svn commit: r250829 - head/sys/sys

Julian Elischer julian at FreeBSD.org
Mon May 20 20:14:12 UTC 2013


Author: julian
Date: Mon May 20 20:14:12 2013
New Revision: 250829
URL: http://svnweb.freebsd.org/changeset/base/250829

Log:
  Remove accidentally included line..
  No effect as it wasn't used but was a) wrong   b) clutter

Modified:
  head/sys/sys/mbuf.h

Modified: head/sys/sys/mbuf.h
==============================================================================
--- head/sys/sys/mbuf.h	Mon May 20 19:41:34 2013	(r250828)
+++ head/sys/sys/mbuf.h	Mon May 20 20:14:12 2013	(r250829)
@@ -173,7 +173,6 @@ struct mbuf {
 #define	m_type		m_hdr.mh_type
 #define	m_flags		m_hdr.mh_flags
 #define	m_nextpkt	m_hdr.mh_nextpkt
-#define	m_fibnum	m_hdr.mh_nextpkt
 #define	m_act		m_nextpkt
 #define	m_pkthdr	M_dat.MH.MH_pkthdr
 #define	m_ext		M_dat.MH.MH_dat.MH_ext


More information about the svn-src-head mailing list