diff options
author | maxim <maxim@FreeBSD.org> | 2006-07-24 07:32:23 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2006-07-24 07:32:23 +0000 |
commit | 06359e9e2afa5b4d5646c50a0cf8f0be89e28db0 (patch) | |
tree | e1bf1ef02185bd5eb1dbf9f285070a3f33c2054e /share | |
parent | b3ec1c62c69e89cb662e63edde8a2af60f907572 (diff) | |
download | FreeBSD-src-06359e9e2afa5b4d5646c50a0cf8f0be89e28db0.zip FreeBSD-src-06359e9e2afa5b4d5646c50a0cf8f0be89e28db0.tar.gz |
o GC MT_FTABLE removed in rev. 1.192 mbuf.h.
o Correct MT_HEADER define.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/mbuf.9 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index e80df0d..e2d3865 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 15, 2006 +.Dd July 24, 2006 .Dt MBUF 9 .Os .\" @@ -229,9 +229,8 @@ types are defined as follows: .Bd -literal /* mbuf types */ #define MT_DATA 1 /* dynamic (data) allocation */ -#define MT_HEADER 2 /* packet header */ +#define MT_HEADER MT_DATA /* packet header */ #define MT_SONAME 8 /* socket name */ -#define MT_FTABLE 11 /* fragment reassembly header */ #define MT_CONTROL 14 /* extra-data protocol message */ #define MT_OOBDATA 15 /* expedited data */ .Ed |