Loading
thc-ipv6: `fix gcc-15` build
Without the chnage the build fails on `master` as https://hydra.nixos.org/build/320117087: thc-ipv6-lib.c: In function 'thc_pcap_function': thc-ipv6-lib.c:127:36: error: too many arguments to function 'thc_open_ipv6'; expected 0, have 1 127 | if (thc_socket < 0) thc_socket = thc_open_ipv6(interface); | ^~~~~~~~~~~~~ ~~~~~~~~~ In file included from thc-ipv6-lib.c:75: thc-ipv6.h:211:23: note: declared here 211 | extern int thc_open_ipv6(); | ^~~~~~~~~~~~~