Hello, Zhaoming Luo, le jeu. 17 oct. 2024 22:17:43 +0800, a ecrit: > ../linux/dev/include/linux/if.h:148:17: error: unknown type name 'caddr_t' > 148 | caddr_t ifru_data; > | ^~~~~~~ > > Did I misunderstand something?
No, it's just a bug in the linux net drivers stack, which went unnoticed because nowadays we rather use the userland net drivers stack. I have now fixed the issue, thanks for the report. Samuel