patch-pre2.0.5 linux/fs/ncpfs/sock.c
Next file: linux/fs/nfs/nfsroot.c
Previous file: linux/fs/locks.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/ncpfs/sock.c
- Orig date:
Fri Apr 19 10:08:01 1996
diff -u --recursive --new-file pre2.0.4/linux/fs/ncpfs/sock.c linux/fs/ncpfs/sock.c
@@ -41,7 +41,7 @@
msg.msg_namelen = 0;
if (addr_len)
msg.msg_namelen = *addr_len;
- msg.msg_accrights = NULL;
+ msg.msg_control = NULL;
msg.msg_iov = &iov;
msg.msg_iovlen = 1;
@@ -61,7 +61,7 @@
msg.msg_name = (void *)sa;
msg.msg_namelen = addr_len;
- msg.msg_accrights = NULL;
+ msg.msg_control = NULL;
msg.msg_iov = &iov;
msg.msg_iovlen = 1;
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