All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andre Noll <noll@mathematik.tu-darmstadt.de>
To: linux-kernel@vger.kernel.org
Cc: Peter Buckingham <peter@pantasys.com>,
	"David S. Miller" <davem@davemloft.net>
Subject: [PATCH] Obvious compile fix for net/ipv4/ipconfig.c
Date: Thu, 9 Sep 2004 21:36:13 +0200	[thread overview]
Message-ID: <20040909193613.GD22045@p133> (raw)

The undeclared variable in ic_bootp_recv was introduced by Peter's
previous IPCONFIG patch (Logical change 1.21935).

Signed-off-by: Andre Noll <noll@mathematik.tu-darmstadt.de>

Index: linux-2.5/net/ipv4/ipconfig.c
===================================================================
RCS file: /var/cvs/repository/linux-2.5/net/ipv4/ipconfig.c,v
retrieving revision 1.41
diff -u -r1.41 ipconfig.c
--- linux-2.5/net/ipv4/ipconfig.c	8 Sep 2004 19:19:17 -0000	1.41
+++ linux-2.5/net/ipv4/ipconfig.c	9 Sep 2004 19:19:38 -0000
@@ -825,7 +825,7 @@
 	struct bootp_pkt *b;
 	struct iphdr *h;
 	struct ic_device *d;
-	int len, ext_len;
+	int len, ext_len, i;
 
 	/* Perform verifications before taking the lock.  */
 	if (skb->pkt_type == PACKET_OTHERHOST)
-- 
Andre Noll, http://www.mathematik.tu-darmstadt.de/~noll

             reply	other threads:[~2004-09-09 19:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-09 19:36 Andre Noll [this message]
2004-09-09 20:37 ` [PATCH] Obvious compile fix for net/ipv4/ipconfig.c Peter Buckingham

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=20040909193613.GD22045@p133 \
    --to=noll@mathematik.tu-darmstadt.de \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peter@pantasys.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.