summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/mroute.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/netstat/mroute.c')
-rw-r--r--usr.bin/netstat/mroute.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/netstat/mroute.c b/usr.bin/netstat/mroute.c
index 4110d00..83dbd08 100644
--- a/usr.bin/netstat/mroute.c
+++ b/usr.bin/netstat/mroute.c
@@ -37,12 +37,18 @@
* @(#)mroute.c 8.2 (Berkeley) 4/28/95
*/
+#ifndef lint
+static const char rcsid[] =
+ "$FreeBSD$";
+#endif /* not lint */
+
/*
* Print DVMRP multicast routing structures and statistics.
*
* MROUTING 1.0
*/
+
#include <sys/param.h>
#include <sys/queue.h>
#include <sys/socket.h>
@@ -65,7 +71,6 @@ void
mroutepr(mfcaddr, vifaddr)
u_long mfcaddr, vifaddr;
{
- u_int mrtproto;
struct mfc *mfctable[MFCTBLSIZ];
struct vif viftable[MAXVIFS];
struct mfc mfc, *m;
OpenPOWER on IntegriCloud