Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1:Update
ushare
write-warning-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File write-warning-fix.patch of Package ushare
--- src/ctrl_telnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/src/ctrl_telnet.c +++ b/src/ctrl_telnet.c @@ -211,7 +211,7 @@ ctrl_telnet_stop (void) } /* yes is int, which is bigger then char, so this should be safe */ - write (ttd.killer[1], &yes, sizeof (char)); + (void)write(ttd.killer[1], &yes, sizeof(char)); pthread_mutex_unlock (&startstop_lock); pthread_join (ttd.thread, NULL);
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