summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted/config.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-06-28 17:58:49 +0000
committerwollman <wollman@FreeBSD.org>1995-06-28 17:58:49 +0000
commitd3f63bd3ee5c661b428cd8a799861660da144b7b (patch)
tree585fe426376ddd559974a1fec24c87c188352816 /usr.sbin/mrouted/config.c
parent6b90340edba96eb6b139fc853617c8e7cbb10e3c (diff)
downloadFreeBSD-src-d3f63bd3ee5c661b428cd8a799861660da144b7b.zip
FreeBSD-src-d3f63bd3ee5c661b428cd8a799861660da144b7b.tar.gz
Upgrade to mrouted version 3.6. This includes a substantial clean-up
and ANSIfication of much of the source base. Thanks, Bill! Submitted by: patch from Bill Fenner <fenner@parc.xerox.com>
Diffstat (limited to 'usr.sbin/mrouted/config.c')
-rw-r--r--usr.sbin/mrouted/config.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/mrouted/config.c b/usr.sbin/mrouted/config.c
index 0113807..56fdccb 100644
--- a/usr.sbin/mrouted/config.c
+++ b/usr.sbin/mrouted/config.c
@@ -7,7 +7,7 @@
* Leland Stanford Junior University.
*
*
- * $Id: config.c,v 3.5 1995/05/09 01:00:39 fenner Exp $
+ * $Id: config.c,v 3.6 1995/06/25 18:50:37 fenner Exp $
*/
@@ -18,7 +18,8 @@
* Query the kernel to find network interfaces that are multicast-capable
* and install them in the uvifs array.
*/
-void config_vifs_from_kernel()
+void
+config_vifs_from_kernel()
{
struct ifreq ifbuf[32];
struct ifreq *ifrp, *ifend;
OpenPOWER on IntegriCloud