linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Kevin P. Fleming" <kevin@labsysgrp.com>
To: <linux-kernel@vger.kernel.org>
Cc: <trond.myklebust@fys.uio.no>
Subject: [PATCH] patch for 2.4.19-pre8 nfsroot.c to compile
Date: Thu, 23 May 2002 12:34:06 -0700	[thread overview]
Message-ID: <02c401c20290$cd7813a0$6aaca8c0@kpfhome> (raw)

The patch below is required for fs/nfs/nfsroot.c to compile in 2.4.19-pre8:

diff -X dontdiff -urN linux/fs/nfs/nfsroot.c linux-nfsroot/fs/nfs/nfsroot.c
--- linux/fs/nfs/nfsroot.c Thu May 23 12:04:17 2002
+++ linux-nfsroot/fs/nfs/nfsroot.c Thu May 23 12:10:11 2002
@@ -344,7 +344,7 @@
  struct sockaddr_in sin;
 
  printk(KERN_NOTICE "Looking up port of RPC %d/%d on %s\n",
-  program, version, in_ntoa(servaddr));
+  program, version, NIPQUAD(servaddr));
  set_sockaddr(&sin, servaddr, 0);
  return rpc_getport_external(&sin, program, version, proto);
 }



             reply	other threads:[~2002-05-23 19:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-23 19:34 Kevin P. Fleming [this message]
2002-05-23 22:32 [PATCH] patch for 2.4.19-pre8 nfsroot.c to compile Dan Kegel
2002-05-23 23:05 ` Kevin P. Fleming

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='02c401c20290$cd7813a0$6aaca8c0@kpfhome' \
    --to=kevin@labsysgrp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trond.myklebust@fys.uio.no \
    /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).