opnsense-ports/ftp/axel/files/patch-src_conf.h
Franco Fichtner dba982801b */*: sync with upstream
Taken from: FreeBSD
2023-01-20 22:10:15 +01:00

13 lines
300 B
C

- 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;