diff options
author | rwatson <rwatson@FreeBSD.org> | 2006-07-24 01:49:24 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2006-07-24 01:49:24 +0000 |
commit | 8af22d8b631c7a789fc11a9f06747b1924e56a33 (patch) | |
tree | 4ef975a65953d55c176e9275fb62d848432961f3 /usr.bin | |
parent | 3963946dfe9f501e8938069971800a3a2f462184 (diff) | |
download | FreeBSD-src-8af22d8b631c7a789fc11a9f06747b1924e56a33.zip FreeBSD-src-8af22d8b631c7a789fc11a9f06747b1924e56a33.tar.gz |
Remove MT_FTABLE printout in systat, as MT_FTABLE mbufs are no longer
used in the kernel.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/systat/mbufs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/systat/mbufs.c b/usr.bin/systat/mbufs.c index 1ee2bb3..5469de8 100644 --- a/usr.bin/systat/mbufs.c +++ b/usr.bin/systat/mbufs.c @@ -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"} }; |