You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from src/abuf.c:46:
src/axel.h:104:19: error: typedef redefinition with different types ('message_t' vs 'struct ifnet *')
typedef message_t if_t;
^
/usr/include/net/if.h:658:24: note: previous definition is here
typedef struct ifnet * if_t;
^
In file included from src/axel.c:52:
src/axel.h:104:19: error: typedef redefinition with different types ('message_t' vs 'struct ifnet *')
typedef message_t if_t;
^
/usr/include/net/if.h:658:24: note: previous definition is here
typedef struct ifnet * if_t;
^
1 error generated.
Version: 2.17.11-21-gd65dffa
FreeBSD 13.1
The text was updated successfully, but these errors were encountered:
Build breaks:
Version: 2.17.11-21-gd65dffa
FreeBSD 13.1
The text was updated successfully, but these errors were encountered: