patch-2.1.26 linux/fs/nfs/nfsroot.c
Next file: linux/fs/select.c
Previous file: linux/drivers/scsi/scsi_ioctl.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Fri Feb 7 15:54:54 1997
- Orig file:
v2.1.25/linux/fs/nfs/nfsroot.c
- Orig date:
Tue Jan 28 18:50:18 1997
diff -u --recursive --new-file v2.1.25/linux/fs/nfs/nfsroot.c linux/fs/nfs/nfsroot.c
@@ -598,6 +598,7 @@
iov.iov_base = buf;
iov.iov_len = size;
msg.msg_name = NULL;
+ msg.msg_namelen = 0;
msg.msg_iov = &iov;
msg.msg_iovlen = 1;
msg.msg_control = NULL;
@@ -624,6 +625,7 @@
iov.iov_base = buf;
iov.iov_len = size;
msg.msg_name = NULL;
+ msg.msg_namelen = 0;
msg.msg_iov = &iov;
msg.msg_iovlen = 1;
msg.msg_control = NULL;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov