public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
To: Stephen Crowley <stephenc@iexchange.com>
Cc: linux-kernel@vger.kernel.org, torvalds@transmeta.com, davem@redhat.com
Subject: Re: ipx wont compile in 2.4.3
Date: Fri, 30 Mar 2001 09:20:58 -0300	[thread overview]
Message-ID: <20010330092057.E1771@conectiva.com.br> (raw)
In-Reply-To: <20010331135523.A4426@undertow>
In-Reply-To: <20010331135523.A4426@undertow>; from stephenc@iexchange.com on Sat, Mar 31, 2001 at 01:55:23PM -0600

Em Sat, Mar 31, 2001 at 01:55:23PM -0600, Stephen Crowley escreveu:
> Trying to compile 2.4.3 with ipx support gives the following
> 
> net/network.o(.data+0x3e48): undefined reference to sysctl_ipx_pprop_broadcasting'

oops, Linus/David, can you please apply this?

- Arnaldo

--- linux-2.4.3/net/ipx/af_ipx.c	Fri Mar 30 08:12:58 2001
+++ linux-2.4.3.acme/net/ipx/af_ipx.c	Fri Mar 30 09:15:26 2001
@@ -123,7 +123,7 @@
 static unsigned char ipxcfg_max_hops = 16;
 static char ipxcfg_auto_select_primary;
 static char ipxcfg_auto_create_interfaces;
-static int sysctl_ipx_pprop_broadcasting = 1;
+int sysctl_ipx_pprop_broadcasting = 1;
 
 /* Global Variables */
 static struct datalink_proto *p8022_datalink;

      reply	other threads:[~2001-03-31 22:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-31 19:55 ipx wont compile in 2.4.3 Stephen Crowley
2001-03-30 12:20 ` Arnaldo Carvalho de Melo [this message]

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=20010330092057.E1771@conectiva.com.br \
    --to=acme@conectiva.com.br \
    --cc=davem@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stephenc@iexchange.com \
    --cc=torvalds@transmeta.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox