summaryrefslogtreecommitdiffstats
path: root/freebsd/sbin/sysctl/rtems-bsd-sysctl-sysctl-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/sysctl/rtems-bsd-sysctl-sysctl-data.h
parentuserspace-header-gen.py: Sort file content (diff)
downloadrtems-libbsd-b6c64e1447f155d2d4afd65216360fb1c144d0fb.tar.bz2
Regenerate program header files
Diffstat (limited to 'freebsd/sbin/sysctl/rtems-bsd-sysctl-sysctl-data.h')
-rw-r--r--freebsd/sbin/sysctl/rtems-bsd-sysctl-sysctl-data.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/freebsd/sbin/sysctl/rtems-bsd-sysctl-sysctl-data.h b/freebsd/sbin/sysctl/rtems-bsd-sysctl-sysctl-data.h
index 6c6b3453..92e6ba4e 100644
--- a/freebsd/sbin/sysctl/rtems-bsd-sysctl-sysctl-data.h
+++ b/freebsd/sbin/sysctl/rtems-bsd-sysctl-sysctl-data.h
@@ -3,21 +3,21 @@
#include "rtems-bsd-sysctl-data.h"
/* sysctl.c */
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static char const *conffile);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static char const *ctl_typename[]);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int Bflag);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int Nflag);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int Tflag);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int Wflag);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int aflag);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int bflag);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int Bflag);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int ctl_sign[]);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int ctl_size[]);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int dflag);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int eflag);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int hflag);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int iflag);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int Nflag);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int nflag);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int oflag);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int qflag);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int tflag);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int Tflag);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int Wflag);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int xflag);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int ctl_sign[]);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static int ctl_size[]);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_sysctl, static char const *ctl_typename[]);