Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.sbin/pim6dd Pullup 1.5 [itojun]:



details:   https://anonhg.NetBSD.org/src/rev/a04ba1c07437
branches:  netbsd-1-5
changeset: 489869:a04ba1c07437
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Oct 18 02:16:57 2000 +0000

description:
Pullup 1.5 [itojun]:
printf-format audit.  from sommrfeld%netbsd.org@localhost.  sync with kame.

diffstat:

 usr.sbin/pim6dd/mld6_proto.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 40dc39e2b336 -r a04ba1c07437 usr.sbin/pim6dd/mld6_proto.c
--- a/usr.sbin/pim6dd/mld6_proto.c      Wed Oct 18 02:16:43 2000 +0000
+++ b/usr.sbin/pim6dd/mld6_proto.c      Wed Oct 18 02:16:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mld6_proto.c,v 1.4 2000/05/19 10:43:42 itojun Exp $    */
+/*     $NetBSD: mld6_proto.c,v 1.4.4.1 2000/10/18 02:16:57 tv Exp $    */
 
 /*
  * Copyright (C) 1998 WIDE Project.
@@ -228,7 +228,7 @@
                                IF_DEBUG(DEBUG_MLD)
                                        log(LOG_DEBUG, 0,
                                            "timer for grp %s on mif %d "
-                                           "set to %d",
+                                           "set to %ld",
                                            inet6_fmt(group),
                                            mifi, g->al_timer);
                                break;
@@ -269,7 +269,7 @@
        IF_DEBUG(DEBUG_MLD)
                log(LOG_INFO, 0,
                    "accepting multicast listener report: "
-                   "src %s, dst% s, grp %s",
+                   "src %s, dst %s, grp %s",
                    inet6_fmt(&src->sin6_addr), inet6_fmt(dst),
                    inet6_fmt(group));
 
@@ -341,7 +341,7 @@
 
        IF_DEBUG(DEBUG_MLD)
                log(LOG_INFO, 0,
-                   "accepting listener done message: src %s, dst% s, grp %s",
+                   "accepting listener done message: src %s, dst %s, grp %s",
                    inet6_fmt(&src->sin6_addr),
                    inet6_fmt(dst), inet6_fmt(group));
 
@@ -360,7 +360,7 @@
                if (inet6_equal(&group_sa, &g->al_addr)) {
                        IF_DEBUG(DEBUG_MLD)
                                log(LOG_DEBUG, 0,
-                                   "[accept_done_message] %d %d \n",
+                                   "[accept_done_message] %d %ld\n",
                                    g->al_old, g->al_query);
 
                        /*



Home | Main Index | Thread Index | Old Index