- added patches fix build with gcc15 + iftop-gcc15.patch OBS-URL: https://build.opensuse.org/package/show/network:utilities/iftop?expand=0&rev=32
12 lines
376 B
Diff
12 lines
376 B
Diff
--- iftop-1.0pre4/cfgfile.h 2025-03-04 16:29:17.600348593 +0100
|
|
+++ iftop-1.0pre4/cfgfile.h 2025-03-04 16:24:25.833994639 +0100
|
|
@@ -13,7 +13,7 @@ typedef struct {
|
|
int value;
|
|
} config_enumeration_type;
|
|
|
|
-int read_config();
|
|
+int read_config(char *file, int whinge_on_error);
|
|
|
|
char *config_get_string(const char *directive);
|
|
int config_get_bool(const char *directive);
|