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