summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/mroute.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-10-21 07:08:56 +0000
committerjulian <julian@FreeBSD.org>1999-10-21 07:08:56 +0000
commit698af92f8613624eb9b69ed626a553ef9ed11bc3 (patch)
tree34f8c1411b594ef1f2403820c4a879e1fe6bf163 /usr.bin/netstat/mroute.c
parent15e239d7e5b385cfdafaca3aebfbcbc63892abdc (diff)
downloadFreeBSD-src-698af92f8613624eb9b69ed626a553ef9ed11bc3.zip
FreeBSD-src-698af92f8613624eb9b69ed626a553ef9ed11bc3.tar.gz
Cleanup towards -Wall
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