summaryrefslogtreecommitdiffstats
path: root/freebsd/sbin/pfctl/rtems-bsd-pfctl-pfctl_parser-data.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-05-11 13:43:14 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-05-13 08:47:41 +0200
commitae635eb21422c5066ef34742195d45a9fb04c777 (patch)
treea705601eeee075e52d87939ced0470d7051d8d8e /freebsd/sbin/pfctl/rtems-bsd-pfctl-pfctl_parser-data.h
parentdhcpcd01/dhcpcd02: Mark as interactive (diff)
downloadrtems-libbsd-ae635eb21422c5066ef34742195d45a9fb04c777.tar.bz2
pfctl: Fix global state initialization
Update #4654.
Diffstat (limited to '')
-rw-r--r--freebsd/sbin/pfctl/rtems-bsd-pfctl-pfctl_parser-data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd/sbin/pfctl/rtems-bsd-pfctl-pfctl_parser-data.h b/freebsd/sbin/pfctl/rtems-bsd-pfctl-pfctl_parser-data.h
index bb8832ac..9bbec579 100644
--- a/freebsd/sbin/pfctl/rtems-bsd-pfctl-pfctl_parser-data.h
+++ b/freebsd/sbin/pfctl/rtems-bsd-pfctl-pfctl_parser-data.h
@@ -3,3 +3,4 @@
#include "rtems-bsd-pfctl-data.h"
/* pfctl_parser.c */
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static struct node_host *iftab);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static int pfctl_s);