summaryrefslogtreecommitdiffstats
path: root/freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd')
-rw-r--r--freebsd/contrib/pf/pfctl/pfctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/contrib/pf/pfctl/pfctl.c b/freebsd/contrib/pf/pfctl/pfctl.c
index 26b455ce..19bd6c26 100644
--- a/freebsd/contrib/pf/pfctl/pfctl.c
+++ b/freebsd/contrib/pf/pfctl/pfctl.c
@@ -2100,7 +2100,7 @@ rtems_bsd_command_pfctl(int argc, char *argv[])
const void *data_begin;
size_t data_size;
- RTEMS_LINKER_SET_ASSIGN_BEGIN(bsd_prog_pfctl, data_begin);
+ data_begin = RTEMS_LINKER_SET_BEGIN(bsd_prog_pfctl);
data_size = RTEMS_LINKER_SET_SIZE(bsd_prog_pfctl);
rtems_bsd_program_lock();