Get rid of MT_RTABLE; multicast routing no longer uses it.
This commit is contained in:
parent
67a451cc89
commit
88658ab880
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42779
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)mbuf.h 8.5 (Berkeley) 2/19/95
|
||||
* $Id: mbuf.h,v 1.29 1998/08/24 07:47:38 dfr Exp $
|
||||
* $Id: mbuf.h,v 1.30 1998/11/05 14:28:25 dg Exp $
|
||||
*/
|
||||
|
||||
#ifndef _SYS_MBUF_H_
|
||||
@ -138,7 +138,7 @@ struct mbuf {
|
||||
#define MT_HEADER 2 /* packet header */
|
||||
/*efine MT_SOCKET 3*/ /* socket structure */
|
||||
/*efine MT_PCB 4*/ /* protocol control block */
|
||||
#define MT_RTABLE 5 /* routing tables */
|
||||
/*efine MT_RTABLE 5*/ /* routing tables */
|
||||
/*efine MT_HTABLE 6*/ /* IMP host tables */
|
||||
/*efine MT_ATABLE 7*/ /* address resolution tables */
|
||||
#define MT_SONAME 8 /* socket name */
|
||||
|
Loading…
Reference in New Issue
Block a user