summaryrefslogtreecommitdiff
path: root/pr/src/md/mac
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1998-12-10 17:09:48 +0000
committerwtc%netscape.com <devnull@localhost>1998-12-10 17:09:48 +0000
commit7b7416a848f97c66f5136bab551f9544b6d0a922 (patch)
tree2c3f3a35c182c72c5dbfe3ed3ce885ce14b8f938 /pr/src/md/mac
parentdd1f5714091196871f69ff27270e4b96cfb90c61 (diff)
downloadnspr-hg-7b7416a848f97c66f5136bab551f9544b6d0a922.tar.gz
Made the second argument for PR_Writev a const pointer
(const PRIOVec *iov). Modified files: prio.h, _unixos.h, primpl.h, rcfileio.cpp, rcfileio.h, rcio.h, rcnetio.cpp, rcnetio.h, priometh.c, prlayer.c, prsocket.c, macsockotpt.c, os2sock.c, solaris.c, unix.c, ntio.c, w16sock.c, w95sock.c, ptio.c.
Diffstat (limited to 'pr/src/md/mac')
-rw-r--r--pr/src/md/mac/macsockotpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/src/md/mac/macsockotpt.c b/pr/src/md/mac/macsockotpt.c
index 4af516cc..5acad847 100644
--- a/pr/src/md/mac/macsockotpt.c
+++ b/pr/src/md/mac/macsockotpt.c
@@ -1244,7 +1244,7 @@ ErrorExit:
return -1;
}
-PRInt32 _MD_writev(PRFileDesc *fd, struct PRIOVec *iov, PRInt32 iov_size, PRIntervalTime timeout)
+PRInt32 _MD_writev(PRFileDesc *fd, const struct PRIOVec *iov, PRInt32 iov_size, PRIntervalTime timeout)
{
#pragma unused (fd, iov, iov_size, timeout)