--- fwsync/patches/ipfw_ipfw2_h.patch 2022/06/22 13:01:55 1.1 +++ fwsync/patches/ipfw_ipfw2_h.patch 2022/07/11 21:26:34 1.2 @@ -1,8 +1,8 @@ diff --git a/sbin/ipfw/ipfw2.h b/sbin/ipfw/ipfw2.h -index 42e4f477779..673f9152320 100644 +index dd769998743..c8696266a14 100644 --- a/sbin/ipfw/ipfw2.h +++ b/sbin/ipfw/ipfw2.h -@@ -37,6 +37,7 @@ struct cmdline_opts { +@@ -42,6 +42,7 @@ struct cmdline_opts { int do_quiet; /* Be quiet in add and flush */ int do_pipe; /* this cmd refers to a pipe/queue/sched */ int do_nat; /* this cmd refers to a nat config */ @@ -10,7 +10,7 @@ index 42e4f477779..673f9152320 100644 int do_compact; /* show rules in compact mode */ int do_force; /* do not ask for confirmation */ int show_sets; /* display the set each rule belongs to */ -@@ -391,6 +392,11 @@ void ipfw_show_nat(int ac, char **av); +@@ -401,6 +402,11 @@ void ipfw_show_nat(int ac, char **av); int ipfw_delete_nat(int i); void ipfw_config_pipe(int ac, char **av); void ipfw_config_nat(int ac, char **av);