patch-1.3.69 linux/fs/ncpfs/sock.c

Next file: linux/fs/nfs/file.c
Previous file: linux/fs/fat/inode.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.68/linux/fs/ncpfs/sock.c linux/fs/ncpfs/sock.c
@@ -257,7 +257,7 @@
 			ntohs(sender.sipx_port),
 			packet_buf[0], packet_buf[1]);
 
-		ncp_trigger_message(sk->ipx_ncp_server);
+		ncp_trigger_message(sk->protinfo.ipx.ncp_server);
 
 		set_fs(fs);
 	}
@@ -306,7 +306,7 @@
         }
 
         sk->data_ready = ncp_msg_data_ready;
-	sk->ipx_ncp_server = server;
+	sk->protinfo.ipx.ncp_server = server;
         return 0;
 }
                 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this