Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:infi777:games
libcddb
pointer-types.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pointer-types.patch of Package libcddb
--- lib/cddb_net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/cddb_net.c +++ b/lib/cddb_net.c @@ -325,7 +325,7 @@ int timeout_connect(int sockfd, const st default: /* we got connected, check error condition */ l = sizeof(rv); - getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &rv, &l); + getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &rv, (socklen_t * restrict)&l); if (rv) { /* something went wrong, simulate normal connect behaviour */ errno = rv;
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