summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_showroute.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/rtems/rtems_showroute.c')
-rw-r--r--cpukit/libnetworking/rtems/rtems_showroute.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_showroute.c b/cpukit/libnetworking/rtems/rtems_showroute.c
index d6b0455ba3..a1eca66978 100644
--- a/cpukit/libnetworking/rtems/rtems_showroute.c
+++ b/cpukit/libnetworking/rtems/rtems_showroute.c
@@ -88,9 +88,9 @@ copyAddress (void *to, void *from, int tolen)
* the printing completes!
*/
static int
-show_inet_route (rn, vw)
- struct radix_node *rn;
- void *vw;
+show_inet_route (
+ struct radix_node *rn,
+ void *vw )
{
struct rtentry *rt = (struct rtentry *)rn;
struct ifnet *ifp;