xtables-addons: fix build for kernel 6.12
authorRussell Senior <redacted>
Thu, 22 May 2025 10:49:37 +0000 (03:49 -0700)
committerJosef Schlehofer <redacted>
Fri, 23 May 2025 08:20:14 +0000 (10:20 +0200)
commit269af99ab1f5272134a6a7e2e911d01726fa1d75
tree4a110d65e8b0db083ba3751f4a9e8c11d82497bf
parent91b4032dea6f147654977c07aadc96ccdc0b886e
xtables-addons: fix build for kernel 6.12

    missing prototypes for three functions generated build errors.
error: no previous prototype for 'foo' [-Werror=missing-prototypes]

extensions/LUA/prot_buf_helpers.c: get_header_size
extensions/LUA/prot_buf_tftp.c: tftp_get_field_changes
extensions/LUA/prot_buf_dynamic.c: free_dynamic_prot_buf

Signed-off-by: Russell Senior <redacted>
net/xtables-addons/patches/500-add_missing_prototypes.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT