summaryrefslogtreecommitdiffstats
path: root/freebsd/contrib/pf/pfctl/pfctl.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-12-07 07:15:02 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-12-07 07:15:02 +0100
commite3dac667dd0fbc36a42abc5f7b2892861c72dbe8 (patch)
tree6a2b0a74e1a67516c7f68959100870681ad11603 /freebsd/contrib/pf/pfctl/pfctl.c
parentdebugger: Set the fd to -1 to indicate being disconnected. (diff)
downloadrtems-libbsd-e3dac667dd0fbc36a42abc5f7b2892861c72dbe8.tar.bz2
pfctl: Update due to linker set API changes
Diffstat (limited to 'freebsd/contrib/pf/pfctl/pfctl.c')
-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();