Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
mpich
mpich-hostent.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mpich-hostent.patch of Package mpich
--- mpid/mpd/sockets.c +++ mpid/mpd/sockets.c @@ -89,7 +89,7 @@ hostname, port ); bzero((void *)&sa, sizeof(sa)); - bcopy((void *)hp->h_addr, (void *)&sa.sin_addr, hp->h_length); + bcopy((void *)hp->h_addr_list[0], (void *)&sa.sin_addr, hp->h_length); sa.sin_family = hp->h_addrtype; sa.sin_port = htons(port);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor