Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
libopensync
libopensync-fixed-unused-variables.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libopensync-fixed-unused-variables.diff of Package libopensync
Index: libopensync-0.22/tools/osynctest.c =================================================================== --- libopensync-0.22.orig/tools/osynctest.c +++ libopensync-0.22/tools/osynctest.c @@ -81,8 +81,7 @@ double writetime; double _second() /* note that some compilers like AIX xlf do not require the trailing '_' */ { struct timeval tp; - int rtn; - rtn=gettimeofday(&tp, NULL); + gettimeofday(&tp, NULL); return ((double)tp.tv_sec+(1.e-6)*tp.tv_usec); }
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