]> git.pld-linux.org Git - packages/fio.git/blame - fio-no-common.patch
- rediff patches
[packages/fio.git] / fio-no-common.patch
CommitLineData
b7f7e22c
JR
1diff -urNp -x '*.orig' fio-3.23.org/gfio.c fio-3.23/gfio.c
2--- fio-3.23.org/gfio.c 2020-09-06 18:45:11.000000000 +0200
3+++ fio-3.23/gfio.c 2021-10-09 23:26:34.305584665 +0200
4@@ -40,6 +40,7 @@
5
6 struct gui main_ui;
7
8+struct gui main_ui;
9 static bool gfio_server_running;
10 static unsigned int gfio_graph_limit = 100;
11
12diff -urNp -x '*.orig' fio-3.23.org/gfio.h fio-3.23/gfio.h
13--- fio-3.23.org/gfio.h 2020-09-06 18:45:11.000000000 +0200
14+++ fio-3.23/gfio.h 2021-10-09 23:26:34.305584665 +0200
15@@ -53,7 +53,7 @@ struct gfio_graphs {
4f039cf7
JB
16 /*
17 * Main window widgets and data
18 */
19-struct gui {
20+extern struct gui {
21 GtkUIManager *uimanager;
22 GtkRecentManager *recentmanager;
23 GtkActionGroup *actiongroup;
This page took 0.434401 seconds and 4 git commands to generate.