From 1901ba47467c535a407bee1b9a6ec0cc3f47949e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 2 Nov 2009 04:24:14 +0000 Subject: Adjust return-type of rtems_bsdnet_loopattach to int to match with rtems/rtems_bsdnet.h. --- testsuites/samples/loopback/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/samples') diff --git a/testsuites/samples/loopback/init.c b/testsuites/samples/loopback/init.c index bd62a43536..022274ea03 100644 --- a/testsuites/samples/loopback/init.c +++ b/testsuites/samples/loopback/init.c @@ -44,7 +44,7 @@ rtems_task Init(rtems_task_argument argument); /* * Network configuration */ -extern void rtems_bsdnet_loopattach(struct rtems_bsdnet_ifconfig *conf, int attaching); +extern int rtems_bsdnet_loopattach(struct rtems_bsdnet_ifconfig *conf, int attaching); static struct rtems_bsdnet_ifconfig loopback_config = { "lo0", /* name */ -- cgit v1.2.3