blob: fc8be24b838bc8f50dd5f335597c936ca934a894 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
- workaround for https://github.com/axel-download-accelerator/axel/issues/399
--- src/conf.h.orig 2023-01-22 20:27:54 UTC
+++ src/conf.h
@@ -65,7 +65,7 @@ typedef struct {
AXEL_PROGRESS_STYLE_PERCENTAGE,
} progress_style;
- if_t *interfaces;
+ if_t_ *interfaces;
sa_family_t ai_family;
|