* Re: ipx wont compile in 2.4.3
2001-03-31 19:55 ipx wont compile in 2.4.3 Stephen Crowley
@ 2001-03-30 12:20 ` Arnaldo Carvalho de Melo
0 siblings, 0 replies; 2+ messages in thread
From: Arnaldo Carvalho de Melo @ 2001-03-30 12:20 UTC (permalink / raw)
To: Stephen Crowley; +Cc: linux-kernel, torvalds, davem
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;
^ permalink raw reply [flat|nested] 2+ messages in thread
* ipx wont compile in 2.4.3
@ 2001-03-31 19:55 Stephen Crowley
2001-03-30 12:20 ` Arnaldo Carvalho de Melo
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Crowley @ 2001-03-31 19:55 UTC (permalink / raw)
To: linux-kernel
Trying to compile 2.4.3 with ipx support gives the following
net/network.o(.data+0x3e48): undefined reference to sysctl_ipx_pprop_broadcasting'
--Stephen
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-03-31 22:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-31 19:55 ipx wont compile in 2.4.3 Stephen Crowley
2001-03-30 12:20 ` Arnaldo Carvalho de Melo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox