aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/route.c
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2014-03-15 06:49:32 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2014-03-15 06:49:32 +0000
commit66dcee729c28defab60dec5356a54f7dc822435e (patch)
treef0654361bf193ca78ae36513018fc48eb7191354 /usr.bin/netstat/route.c
parent71ac3e321ee5b94bd59a5df42f82bf46f293304b (diff)
downloadsrc-66dcee729c28defab60dec5356a54f7dc822435e.tar.gz
src-66dcee729c28defab60dec5356a54f7dc822435e.zip
Garbage collect long time obsoleted (or never used) stuff from routing API.
Notes
Notes: svn path=/head/; revision=263203
Diffstat (limited to 'usr.bin/netstat/route.c')
-rw-r--r--usr.bin/netstat/route.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c
index 78ffdcd411aa..3f09459989b1 100644
--- a/usr.bin/netstat/route.c
+++ b/usr.bin/netstat/route.c
@@ -90,19 +90,12 @@ struct bits {
{ RTF_STATIC, 'S' },
{ RTF_PROTO1, '1' },
{ RTF_PROTO2, '2' },
- { RTF_PRCLONING,'c' },
{ RTF_PROTO3, '3' },
{ RTF_BLACKHOLE,'B' },
{ RTF_BROADCAST,'b' },
#ifdef RTF_LLINFO
{ RTF_LLINFO, 'L' },
#endif
-#ifdef RTF_WASCLONED
- { RTF_WASCLONED,'W' },
-#endif
-#ifdef RTF_CLONING
- { RTF_CLONING, 'C' },
-#endif
{ 0 , 0 }
};