1.3.69 breaks on ncpfs

Yaron J.G. Bandell (bandell@i_should_put_my_domain_in_etc_nntp_inews_domain.et.tudelft.nl)
Tue, 27 Feb 1996 18:00:36 +0000 (GMT)


Compiling linux 1.3.69 breaks on some ncpfs code. Here is what I believe the
fix for it:

*** Start of Patch ***

--- fs/ncpfs/sock.c.orig Tue Feb 27 18:46:40 1996
+++ fs/ncpfs/sock.c Tue Feb 27 18:46:40 1996
@@ -257,7 +257,7 @@
ntohs(sender.sipx_port),
packet_buf[0], packet_buf[1]);

- ncp_trigger_message(sk->protinfo.ipx.ncp_server);
+ ncp_trigger_message(sk->protinfo.af_ipx.ncp_server);

set_fs(fs);
}
@@ -306,7 +306,7 @@
}

sk->data_ready = ncp_msg_data_ready;
- sk->protinfo.ipx.ncp_server = server;
+ sk->protinfo.af_ipx.ncp_server = server;
return 0;
}

*** End Of Patch ***

+----------------------------------------------------------------------------+
| Yaron J.G. Bandell (bandell@ronix.ptf.hro.nl) |
+----------------------------------------------------------------------------+
| Don't connect to bbs.hro.nl cause BrintaBBS is the global waste of time! |
+----------------------------------------------------------------------------+