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]

src/winsup/cygwin ChangeLog net.cc


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sources.redhat.com	2001-08-22 08:31:59

Modified files:
	winsup/cygwin  : ChangeLog net.cc 

Log message:
	* net.cc (free_char_list): New static function.
	(dup_char_list): Ditto.
	(free_protoent_ptr): Ditto.
	(dup_protoent_ptr): Ditto.
	(free_servent_ptr): Ditto.
	(dup_servent_ptr): Ditto.
	(free_hostent_ptr): Ditto.
	(dup_hostent_ptr): Ditto.
	(cygwin_inet_ntoa): Use local static buffer to allow propagating of
	the result to child processes.
	(cygwin_getprotobyname): Ditto.
	(cygwin_getprotobynumber): Ditto.
	(cygwin_getservbyname): Ditto.
	(cygwin_getservbyport): Ditto.
	(cygwin_gethostbyname): Ditto.
	(cygwin_gethostbyaddr): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.827&r2=1.828
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/net.cc.diff?cvsroot=src&r1=1.66&r2=1.67


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