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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to