SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
x11/icewm/patches/patch-src_yapp_cc
Normal file
14
x11/icewm/patches/patch-src_yapp_cc
Normal file
|
@ -0,0 +1,14 @@
|
|||
64bit time_t
|
||||
|
||||
Index: src/yapp.cc
|
||||
--- src/yapp.cc.orig
|
||||
+++ src/yapp.cc
|
||||
@@ -281,7 +281,7 @@ int YApplication::mainLoop() {
|
||||
// This is irrelevant when using monotonic clocks:
|
||||
// if time travel to past, decrease the timeouts
|
||||
if (diff < zerotime()) {
|
||||
- warn("time warp of %ld.%06ld", long(diff.tv_sec), diff.tv_usec);
|
||||
+ warn("time warp of %lld.%06ld", diff.tv_sec, diff.tv_usec);
|
||||
decreaseTimeouts(diff);
|
||||
} else {
|
||||
// no detection for time travel to the future
|
Loading…
Add table
Add a link
Reference in a new issue