summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/mbuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index 77a44ef..959b70b 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -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 */
OpenPOWER on IntegriCloud