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.7 (requested by he):
details: https://anonhg.NetBSD.org/src/rev/2c5402c022b2
branches: netbsd-1-4
changeset: 471153:2c5402c022b2
user: he <he%NetBSD.org@localhost>
date: Thu Oct 19 18:52:10 2000 +0000
description:
Pull up revision 1.7 (requested by he):
Fix format / arg mismatch.
diffstat:
usr.sbin/mrouted/prune.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6434ef22cf5e -r 2c5402c022b2 usr.sbin/mrouted/prune.c
--- a/usr.sbin/mrouted/prune.c Thu Oct 19 18:50:28 2000 +0000
+++ b/usr.sbin/mrouted/prune.c Thu Oct 19 18:52:10 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: prune.c,v 1.6 1999/01/23 22:44:43 hwr Exp $ */
+/* $NetBSD: prune.c,v 1.6.2.1 2000/10/19 18:52:10 he Exp $ */
/*
* The mrouted program is covered by the license in the accompanying file
@@ -713,7 +713,7 @@
struct gtable *g;
g = gtp ? gtp->gt_gnext : kernel_table;
- log(LOG_WARNING, 0, "Entry for (%s %s) (rt:%x) exists (rt:%x)",
+ log(LOG_WARNING, 0, "Entry for (%s %s) (rt:%p) exists (rt:%p)",
inet_fmts(r->rt_origin, r->rt_originmask, s1),
inet_fmt(g->gt_mcastgrp, s2),
r, g->gt_route);
Home |
Main Index |
Thread Index |
Old Index