summaryrefslogtreecommitdiffstats
path: root/freebsd/usr.sbin
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/usr.sbin
parentuserspace-header-gen.py: Sort file content (diff)
downloadrtems-libbsd-b6c64e1447f155d2d4afd65216360fb1c144d0fb.tar.bz2
Regenerate program header files
Diffstat (limited to 'freebsd/usr.sbin')
-rw-r--r--freebsd/usr.sbin/arp/rtems-bsd-arp-arp-data.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/freebsd/usr.sbin/arp/rtems-bsd-arp-arp-data.h b/freebsd/usr.sbin/arp/rtems-bsd-arp-arp-data.h
index b50ea220..3eb9c916 100644
--- a/freebsd/usr.sbin/arp/rtems-bsd-arp-arp-data.h
+++ b/freebsd/usr.sbin/arp/rtems-bsd-arp-arp-data.h
@@ -2,13 +2,13 @@
#include <rtems/linkersets.h>
#include "rtems-bsd-arp-data.h"
/* arp.c */
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_arp, static int nflag);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_arp, static char *rifname);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_arp, static time_t expire_time);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_arp, static int flags);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_arp, static int doing_proxy);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_arp, static struct if_nameindex *ifnameindex);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_arp, static struct timespec tp);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_arp, static int seq);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_arp, static int flags);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_arp, static int nflag);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_arp, static int s);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_arp, static int seq);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_arp, static pid_t pid);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_arp, static struct if_nameindex *ifnameindex);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_arp, static struct timespec tp);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_arp, static time_t expire_time);