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]

winsup/cygwin ChangeLog cygtls.h net.cc tlsoff ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2008-09-16 02:04:27

Modified files:
	cygwin         : ChangeLog cygtls.h net.cc tlsoffsets.h 

Log message:
	* cygtls.h (unionent): Move from net.cc.
	(unionent::struct_type): Move enum here.
	(_local_storage::hostent_buf): Define as unionent.
	(_local_storage::protoent_buf): Ditto.
	(_local_storage::servent_buf): Ditto.
	* net.cc (unionent): Move to cygtls.h.
	(struct_type): Ditto.
	(dup_ent): Define one function per {host,proto,serv}ent type.
	(cygwin_getprotobyname): Simplify dup_ent call.  Removed now-unneeded return
	type coercion.
	(cygwin_getprotobynumber): Ditto.
	(cygwin_getservbyname): Ditto.
	(cygwin_getservbyport): Ditto.
	(cygwin_gethostbyname): Ditto.
	(cygwin_gethostbyaddr): Ditto.  tlsoffsets.h: Regenerate.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4271&r2=1.4272
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygtls.h.diff?cvsroot=uberbaum&r1=1.57&r2=1.58
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/net.cc.diff?cvsroot=uberbaum&r1=1.247&r2=1.248
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/tlsoffsets.h.diff?cvsroot=uberbaum&r1=1.36&r2=1.37


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