summaryrefslogtreecommitdiffstats
path: root/freebsd/sbin/pfctl/rtems-bsd-pfctl-pfctl-data.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-08-28 14:15:47 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-08-28 14:35:17 +0200
commitb6c64e1447f155d2d4afd65216360fb1c144d0fb (patch)
tree45acff490efa85d9707d3151cb4bf72ffd3416c6 /freebsd/sbin/pfctl/rtems-bsd-pfctl-pfctl-data.h
parentuserspace-header-gen.py: Sort file content (diff)
downloadrtems-libbsd-b6c64e1447f155d2d4afd65216360fb1c144d0fb.tar.bz2
Regenerate program header files
Diffstat (limited to 'freebsd/sbin/pfctl/rtems-bsd-pfctl-pfctl-data.h')
-rw-r--r--freebsd/sbin/pfctl/rtems-bsd-pfctl-pfctl-data.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/freebsd/sbin/pfctl/rtems-bsd-pfctl-pfctl-data.h b/freebsd/sbin/pfctl/rtems-bsd-pfctl-pfctl-data.h
index 65956d58..614cb6b2 100644
--- a/freebsd/sbin/pfctl/rtems-bsd-pfctl-pfctl-data.h
+++ b/freebsd/sbin/pfctl/rtems-bsd-pfctl-pfctl-data.h
@@ -2,21 +2,21 @@
#include <rtems/linkersets.h>
#include "rtems-bsd-pfctl-data.h"
/* pfctl.c */
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static struct pf_anchor_global pf_anchors);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static struct pf_anchor pf_main_anchor);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char const *clearopt);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char *anchoropt);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char *ifaceopt);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char *rulesopt);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char const *showopt);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char *src_node_kill[]);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char *state_kill[]);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char *tableopt);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char const *clearopt);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char const *debugopt);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char *anchoropt);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char const *optiopt);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char const *pf_device);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char *ifaceopt);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char *tableopt);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char const *showopt);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char const *tblcmdopt);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static int src_node_killers);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static int state_killers);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static int first_title);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static int labels);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char *src_node_kill[]);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char *state_kill[]);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static int src_node_killers);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static int state_killers);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static struct pf_anchor pf_main_anchor);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static struct pf_anchor_global pf_anchors);