summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-10-09 18:19:07 +0000
committerwollman <wollman@FreeBSD.org>1996-10-09 18:19:07 +0000
commit8beec6c65dacf75b397e6eb6a3ad9101b9660c22 (patch)
tree9f6fb2ebab4a8233bde60586085a926fcf6320fb /usr.bin/netstat
parent6b1de9ceec6ac5b2aae04ed58a3374a3fe4734d8 (diff)
downloadFreeBSD-src-8beec6c65dacf75b397e6eb6a3ad9101b9660c22.zip
FreeBSD-src-8beec6c65dacf75b397e6eb6a3ad9101b9660c22.tar.gz
Remove reference to oobsolete RTF_MASK flag (soon to be removed).
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r--usr.bin/netstat/route.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c
index b913d7e..6a50c71 100644
--- a/usr.bin/netstat/route.c
+++ b/usr.bin/netstat/route.c
@@ -36,7 +36,7 @@
static char sccsid[] = "From: @(#)route.c 8.6 (Berkeley) 4/28/95";
#endif
static const char rcsid[] =
- "$Id: route.c,v 1.18 1996/07/23 22:00:12 julian Exp $";
+ "$Id: route.c,v 1.19 1996/09/05 23:34:09 julian Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -86,7 +86,6 @@ struct bits {
{ RTF_DYNAMIC, 'D' },
{ RTF_MODIFIED, 'M' },
{ RTF_DONE, 'd' }, /* Completed -- for routing messages only */
- { RTF_MASK, 'm' }, /* Mask Present -- for routing messages only */
{ RTF_CLONING, 'C' },
{ RTF_XRESOLVE, 'X' },
{ RTF_LLINFO, 'L' },
OpenPOWER on IntegriCloud