From c980a04df571ee4bbf938458ff4c1dc451074f01 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 30 Jun 2016 09:18:21 +1000 Subject: [PATCH] Fix fomatting and C++ guard. --- rtemsbsd/include/machine/rtems-bsd-config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rtemsbsd/include/machine/rtems-bsd-config.h b/rtemsbsd/include/machine/rtems-bsd-config.h index aa0a3adf..8bab767e 100644 --- a/rtemsbsd/include/machine/rtems-bsd-config.h +++ b/rtemsbsd/include/machine/rtems-bsd-config.h @@ -64,7 +64,7 @@ #include #ifdef __cplusplus -//extern "C" { +extern "C" { #endif /* __cplusplus */ /* @@ -76,7 +76,7 @@ * https://www.freebsd.org/doc/handbook/firewalls-pf.html */ #if defined(RTEMS_BSD_CONFIG_NET_PF_UNIX) - #define RTEMS_BSD_CFGDECL_NET_PF_UNIX SYSINIT_NEED_NET_PF_UNIX + #define RTEMS_BSD_CFGDECL_NET_PF_UNIX SYSINIT_NEED_NET_PF_UNIX #endif /* RTEMS_BSD_CONFIG_NET_PF_UNIX */ /* @@ -84,7 +84,7 @@ * https://www.freebsd.org/doc/handbook/network-aggregation.html */ #if defined(RTEMS_BSD_CONFIG_NET_IF_LAGG) - #define RTEMS_BSD_CFGDECL_IF_LAGG SYSINIT_NEED_NET_IF_LAGG + #define RTEMS_BSD_CFGDECL_IF_LAGG SYSINIT_NEED_NET_IF_LAGG #endif /* RTEMS_BSD_CONFIG_NET_IF_LAGG */ /* @@ -92,14 +92,14 @@ * https://www.freebsd.org/cgi/man.cgi?query=rc.conf then 'network_interfaces'. */ #if defined(RTEMS_BSD_CONFIG_NET_IF_VLAN) - #define RTEMS_BSD_CFGDECL_NET_IF_VLAN SYSINIT_NEED_NET_IF_VLAN + #define RTEMS_BSD_CFGDECL_NET_IF_VLAN SYSINIT_NEED_NET_IF_VLAN #endif /* RTEMS_BSD_CONFIG_NET_IF_VLAN */ /* * FTPD */ #if defined(RTEMS_BSD_CONFIG_SERVICE_FTPD) - #define RTEMS_BSD_CFGDECL_FTPD RTEMS_BSD_RC_CONF_SYSINT(rc_conf_ftpd) + #define RTEMS_BSD_CFGDECL_FTPD RTEMS_BSD_RC_CONF_SYSINT(rc_conf_ftpd) #endif /* RTEMS_BSD_CONFIG_SERVICE_FTPD */ /*