patch-pre2.0.5 linux/fs/nfs/rpcsock.c
Next file: linux/fs/read_write.c
Previous file: linux/fs/nfs/nfsroot.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu May 16 16:35:42 1996
- Orig file:
pre2.0.4/linux/fs/nfs/rpcsock.c
- Orig date:
Mon Apr 8 19:01:45 1996
diff -u --recursive --new-file pre2.0.4/linux/fs/nfs/rpcsock.c linux/fs/nfs/rpcsock.c
@@ -115,7 +115,7 @@
msg.msg_iovlen = nr;
msg.msg_name = sap;
msg.msg_namelen = salen;
- msg.msg_accrights = NULL;
+ msg.msg_control = NULL;
oldfs = get_fs();
set_fs(get_ds());
@@ -142,7 +142,7 @@
msg.msg_iovlen = nr;
msg.msg_name = &sa;
msg.msg_namelen = sizeof(sa);
- msg.msg_accrights = NULL;
+ msg.msg_control = NULL;
oldfs = get_fs();
set_fs(get_ds());
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