Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.sbin/mrouted Pull up revision 1.8 (requested by he):
details: https://anonhg.NetBSD.org/src/rev/b6fd31e8a44a
branches: netbsd-1-4
changeset: 471154:b6fd31e8a44a
user: he <he%NetBSD.org@localhost>
date: Thu Oct 19 18:54:14 2000 +0000
description:
Pull up revision 1.8 (requested by he):
Fix format / arg mismatch.
diffstat:
usr.sbin/mrouted/vif.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2c5402c022b2 -r b6fd31e8a44a usr.sbin/mrouted/vif.c
--- a/usr.sbin/mrouted/vif.c Thu Oct 19 18:52:10 2000 +0000
+++ b/usr.sbin/mrouted/vif.c Thu Oct 19 18:54:14 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vif.c,v 1.7 1999/01/23 22:44:44 hwr Exp $ */
+/* $NetBSD: vif.c,v 1.7.2.1 2000/10/19 18:54:14 he Exp $ */
/*
* The mrouted program is covered by the license in the accompanying file
@@ -642,7 +642,7 @@
for (g = v->uv_groups; g != NULL; g = g->al_next) {
if (group == g->al_addr) {
log(LOG_DEBUG, 0,
- "[vif.c, _accept_leave_message] %d %d \n",
+ "[vif.c, _accept_leave_message] %d %ld\n",
g->al_old, g->al_query);
/* Ignore the leave message if there are old hosts present */
Home |
Main Index |
Thread Index |
Old Index