Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
csmash
csmash-0.6.6-uninitialized.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File csmash-0.6.6-uninitialized.diff of Package csmash
Index: Event.cpp =================================================================== --- Event.cpp.orig +++ Event.cpp @@ -16,6 +16,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +#include <sys/time.h> #include "ttinc.h" #include "Event.h" #include "Control.h" @@ -140,6 +141,7 @@ Event::IdleFunc() { #ifdef WIN32 ftime( &tb ); #else + ftime( &tb ); gettimeofday( &tv, &tz ); tb.time = tv.tv_sec; tb.millitm = tv.tv_usec/1000;
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