about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2005-12-30 09:27:42 +0000
committerAndreas Jaeger <aj@suse.de>2005-12-30 09:27:42 +0000
commitf3da7f2a6dd10d3b8b3775af5ee85c4f64e7ac92 (patch)
treef96aa07b2790b9b6c28a35cbfacb63b5774d92ea /sysdeps/unix/sysv/linux/mips
parent8c2e201ba9e016820b9a5d934836b9287338a10f (diff)
downloadglibc-f3da7f2a6dd10d3b8b3775af5ee85c4f64e7ac92.tar.gz
glibc-f3da7f2a6dd10d3b8b3775af5ee85c4f64e7ac92.tar.xz
glibc-f3da7f2a6dd10d3b8b3775af5ee85c4f64e7ac92.zip
[BZ #1067]
* sysdeps/unix/sysv/linux/mips/bits/socket.h: Fix struct msghdr 
for 64-bit mips kernel.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips')
-rw-r--r--sysdeps/unix/sysv/linux/mips/bits/socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/bits/socket.h b/sysdeps/unix/sysv/linux/mips/bits/socket.h
index 1dd82eb866..4c70eff421 100644
--- a/sysdeps/unix/sysv/linux/mips/bits/socket.h
+++ b/sysdeps/unix/sysv/linux/mips/bits/socket.h
@@ -1,5 +1,5 @@
 /* System-specific socket constants and types.  Linux/MIPS version.
-   Copyright (C) 1991, 92, 1994-1999, 2000, 2001, 2004
+   Copyright (C) 1991, 92, 1994-1999, 2000, 2001, 2004, 2005
 	Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
@@ -219,7 +219,7 @@ struct msghdr
     socklen_t msg_namelen;	/* Length of address data.  */
 
     struct iovec *msg_iov;	/* Vector of data to send/receive into.  */
-    int msg_iovlen;		/* Number of elements in the vector.  */
+    size_t msg_iovlen;		/* Number of elements in the vector.  */
 
     void *msg_control;		/* Ancillary data (eg BSD filedesc passing). */
     socklen_t msg_controllen;	/* Ancillary data buffer length.  */