This is the mail archive of the glibc-cvs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libc/sysdeps/unix/sysv/linux bits/socket.h ia6 ...


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sourceware.org	2002-10-15 18:02:28

Modified files:
	sysdeps/unix/sysv/linux/bits: socket.h 
Removed files:
	sysdeps/unix/sysv/linux/ia64/bits: socket.h 
	sysdeps/unix/sysv/linux/x86_64/bits: socket.h 
	sysdeps/unix/sysv/linux/sparc/bits: socket.h 
	sysdeps/unix/sysv/linux/alpha/bits: socket.h 
	sysdeps/unix/sysv/linux/s390/bits: socket.h 

Log message:
	2002-10-15  Roland McGrath  <roland@redhat.com>
	
	* sysdeps/unix/sysv/linux/bits/socket.h (struct msghdr): Use size_t
	instead of int for msg_iovlen, instead of socklen_t for msg_controllen.
	Other than the previously incorrect sign of msg_iovlen, this is a
	no-op on 32-bit platforms.  On 64-bit platforms it makes this header
	match their layouts as well, so the following are now identical to it.
	* sysdeps/unix/sysv/linux/s390/bits/socket.h: File removed.
	* sysdeps/unix/sysv/linux/sparc/bits/socket.h: File removed.
	* sysdeps/unix/sysv/linux/x86_64/bits/socket.h: File removed.
	* sysdeps/unix/sysv/linux/ia64/bits/socket.h: File removed.
	* sysdeps/unix/sysv/linux/alpha/bits/socket.h: File removed.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]