summaryrefslogtreecommitdiff
path: root/sys-libs/gpm/files/gpm-1.20.7-gcc-10.patch
blob: a55c44fae55658e295ce3c1a552aa7180eadfa4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
https://bugs.gentoo.org/705878
https://github.com/telmich/gpm/pull/37

--- a/src/headers/daemon.h
+++ b/src/headers/daemon.h
@@ -180,7 +180,7 @@ extern struct mouse_features  mouse_table[3],
 extern Gpm_Type         mice[];
 extern Gpm_Type         *repeated_type;
 
-time_t                  last_selection_time;
+extern time_t           last_selection_time;