--- fwsync/patches/ip_fw_private_h.patch 2022/06/22 13:01:55 1.1 +++ fwsync/patches/ip_fw_private_h.patch 2022/07/04 12:18:33 1.2 @@ -6,7 +6,7 @@ index 56624209e4c..2074d3f8d35 100644 struct tables_config; -+typedef int (*ipfw_hook_t)(const void *arg); ++typedef int (*ipfw_hook_t)(void *arg); +/* callback hooks for notify on update of internal states and aliases */ +VNET_DECLARE(ipfw_hook_t, hook_state); +#define V_hook_state VNET(hook_state)