On Monday 2022-05-16 08:47, vincent@xxxxxxxxxxxx wrote: >From: Nick Hainke <vincent@xxxxxxxxxxxx> > >Gcc complains about missing types. Two commits introduced u_int* instead >of uint*. Use uint treewide. I approve of this. There are, however, a few more instances of u_int* in the source tree, they could be fixed up in the same go. > extensions/libxt_conntrack.c | 2 +- > iptables/xshared.c | 2 +- > iptables/xshared.h | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-)