This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin 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]

src/winsup/cygwin ChangeLog.64bit cygserver_ip ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	cygwin-64bit-branch
Changes by:	yselkowitz@sourceware.org	2013-02-20 14:15:57

Modified files:
	winsup/cygwin  : ChangeLog.64bit cygserver_ipc.h 
	                 fhandler_floppy.cc fhandler_socket.cc 

Log message:
	* cygserver_ipc (class ipc_retval): Add ssize_t member to anonymous union.
	(ipc_retval::operator =): Add ssize_t variant for x86_64.
	* fhandler_floppy.cc (fhandler_dev_floppy::raw_write): Change return
	type to ssize_t to match fhandler.h.
	* fhandler_socket.cc (fhandler_socket::readv): Ditto.
	(fhandler_socket::write): Ditto.
	(fhandler_socket::writev): Ditto.
	(fhandler_socket::sendmsg): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.64bit.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.1.2.104&r2=1.1.2.105
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygserver_ipc.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.11.2.6&r2=1.11.2.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_floppy.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.62.2.5&r2=1.62.2.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.291.2.12&r2=1.291.2.13


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