summaryrefslogtreecommitdiffstats
path: root/freebsd/sbin/ifconfig/rtems-bsd-ifconfig-ifvlan-data.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sbin/ifconfig/rtems-bsd-ifconfig-ifvlan-data.h')
-rw-r--r--freebsd/sbin/ifconfig/rtems-bsd-ifconfig-ifvlan-data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/freebsd/sbin/ifconfig/rtems-bsd-ifconfig-ifvlan-data.h b/freebsd/sbin/ifconfig/rtems-bsd-ifconfig-ifvlan-data.h
index 3b127af1..78b04f9a 100644
--- a/freebsd/sbin/ifconfig/rtems-bsd-ifconfig-ifvlan-data.h
+++ b/freebsd/sbin/ifconfig/rtems-bsd-ifconfig-ifvlan-data.h
@@ -2,6 +2,6 @@
#include <rtems/linkersets.h>
#include "rtems-bsd-ifconfig-data.h"
/* ifvlan.c */
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_ifconfig, static struct vlanreq params);
-RTEMS_LINKER_RWSET_CONTENT(bsd_prog_ifconfig, static struct cmd vlan_cmds[]);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_ifconfig, static struct afswtch af_vlan);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_ifconfig, static struct cmd vlan_cmds[]);
+RTEMS_LINKER_RWSET_CONTENT(bsd_prog_ifconfig, static struct vlanreq params);