Mail Archives: cygwin/1997/05/09/19:35:41
Has anyone encountered this problem with connect? I checked the faq and
the archive, but couldn't find anything that popped out at me.
Porting a unix tool I had written on the sun, I had to cast the
sockaddr_in sturcture to sockaddr structure which I see has padding for
the sockaddr_in. Are these fields not used? If not, how would I get
similar functionality?
_
/* connect to the host
*/ _
ret = connect( sd, ( struct sockaddr * ) (struct sockaddr_in * )
&sd_name,_
sizeof( struct sockaddr_in
)); _
_
Thanks,
Bart.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -