NetBSD/dist/pf/sbin/pfctl
mrg f8570f8a97 fix simple mis-matched function prototype and definitions.
most of these are like, eg

   void foo(int[2]);

with either of these

   void foo(int*) { ... }
   void foo(int[]) { ... }

in some cases (such as stat or utimes* calls found in our header files),
we now match standard definition from opengroup.

found by GCC 12.
2023-08-01 07:04:14 +00:00
..
Makefile
parse.y
pf_print_state.c
pfctl.8
pfctl.c Externalize variables owned logically by pf_ruleset.c 2020-04-22 23:40:40 +00:00
pfctl.h
pfctl_altq.c Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889. 2021-07-24 21:31:31 +00:00
pfctl_optimize.c
pfctl_osfp.c
pfctl_parser.c
pfctl_parser.h
pfctl_qstats.c
pfctl_radix.c fix simple mis-matched function prototype and definitions. 2023-08-01 07:04:14 +00:00
pfctl_table.c