mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 07:59:07 +08:00
userspace tools: Regenerate headers.
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static struct altqs altqs);
|
||||
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static struct gen_sc rtsc);
|
||||
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static struct gen_sc lssc);
|
||||
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char r2sbuf[8][16]);
|
||||
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char r2sbuf[][16]);
|
||||
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static int idx);
|
||||
|
@@ -2,9 +2,9 @@
|
||||
#include <rtems/linkersets.h>
|
||||
#include "rtems-bsd-pfctl-data.h"
|
||||
/* pfctl_optimize.c */
|
||||
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static struct pf_rule_field pf_rule_desc[70]);
|
||||
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static int (*skip_comparitors[8])(struct pf_rule *, struct pf_rule *));
|
||||
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char const *skip_comparitors_names[8]);
|
||||
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static struct pf_rule_field pf_rule_desc[]);
|
||||
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static int (*skip_comparitors[])(struct pf_rule *, struct pf_rule *));
|
||||
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char const *skip_comparitors_names[]);
|
||||
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static struct pfr_buffer table_buffer);
|
||||
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static int table_identifier);
|
||||
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static int add_opt_tablenum);
|
||||
|
@@ -2,5 +2,5 @@
|
||||
#include <rtems/linkersets.h>
|
||||
#include "rtems-bsd-pfctl-data.h"
|
||||
/* pfctl_table.c */
|
||||
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char const *stats_text[2][3]);
|
||||
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char const *istats_text[2][2][2]);
|
||||
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char const *stats_text[][3]);
|
||||
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static char const *istats_text[][2][2]);
|
||||
|
Reference in New Issue
Block a user