SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/libwnck3/patches/patch-libwnck_tasklist_c
Normal file
15
devel/libwnck3/patches/patch-libwnck_tasklist_c
Normal file
|
@ -0,0 +1,15 @@
|
|||
64bit time_t
|
||||
|
||||
Index: libwnck/tasklist.c
|
||||
--- libwnck/tasklist.c.orig
|
||||
+++ libwnck/tasklist.c
|
||||
@@ -4907,7 +4907,8 @@ sequence_timeout_callback (void *user_data)
|
||||
WnckTasklist *tasklist = user_data;
|
||||
GList *tmp;
|
||||
gint64 now;
|
||||
- long tv_sec, tv_usec;
|
||||
+ time_t tv_sec;
|
||||
+ suseconds_t tv_usec;
|
||||
double elapsed;
|
||||
|
||||
now = g_get_real_time ();
|
Loading…
Add table
Add a link
Reference in a new issue