linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "James H. Cloos Jr." <cloos@jhcloos.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.4.19-pre8 (bk) nfsroot.c
Date: 06 May 2002 16:56:19 -0400	[thread overview]
Message-ID: <m3k7qhdmh8.fsf@lugabout.jhcloos.org> (raw)

Looks like this:

--- linux-2.4/fs/nfs/nfsroot.c   Sun May  5 14:09:00 2002
+++ linux-2.5/fs/nfs/nfsroot.c Sat May  4 04:29:03 2002
@@ -343,8 +374,8 @@
 {
        struct sockaddr_in sin;
 
-       printk(KERN_NOTICE "Looking up port of RPC %d/%d on %s\n",
-               program, version, in_ntoa(servaddr));
+       printk(KERN_NOTICE "Looking up port of RPC %d/%d on %u.%u.%u.%u\n",
+               program, version, NIPQUAD(servaddr));
        set_sockaddr(&sin, servaddr, 0);
        return rpc_getport_external(&sin, program, version, proto);
 }


Got missed in the 2.4 bk tree when in_ntoa was replaced by NIPQUAD.

As you can see from the patch, it already is in 2.5.

-JimC


             reply	other threads:[~2002-05-06 20:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-06 20:56 James H. Cloos Jr. [this message]
2002-05-06 20:48 ` [PATCH] 2.4.19-pre8 (bk) nfsroot.c David S. Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3k7qhdmh8.fsf@lugabout.jhcloos.org \
    --to=cloos@jhcloos.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).