Re: [PATCH] Add a patch to remove symbol duplication with rumpnet

2024-05-03 Thread Samuel Thibault
Hello, Etienne Brateau, le jeu. 02 mai 2024 23:40:25 +0200, a ecrit: > The symbol was declared twice so when trying to use the libraries, the > linker would fail due to multiple symbols with the same names. Theses > declarations appears in: > - buildrump.sh/src/sys/net/if.c > - buildrump.sh/src/sy

[PATCH] Add a patch to remove symbol duplication with rumpnet

2024-05-02 Thread Etienne Brateau
The symbol was declared twice so when trying to use the libraries, the linker would fail due to multiple symbols with the same names. Theses declarations appears in: - buildrump.sh/src/sys/net/if.c - buildrump.sh/src/sys/rump/librump/rumpnet/net_stub.c --- ...umpnet_remove_struct_declaration_dupli