Remove MT_FTABLE printout in systat, as MT_FTABLE mbufs are no longer

used in the kernel.
This commit is contained in:
Robert Watson 2006-07-24 01:49:24 +00:00
parent cac4afa816
commit df3e013b3e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160607

View File

@ -63,7 +63,6 @@ static struct mtnames {
{ MT_DATA, "data"},
{ MT_HEADER, "headers"},
{ MT_SONAME, "socknames"},
{ MT_FTABLE, "frags"},
{ MT_CONTROL, "control"},
{ MT_OOBDATA, "oobdata"}
};