summaryrefslogtreecommitdiffstats
path: root/testsuites/samples
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-02 04:24:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-02 04:24:14 +0000
commit1901ba47467c535a407bee1b9a6ec0cc3f47949e (patch)
tree03e01e313565505b7a0eed3fb20cf82a97a06b6c /testsuites/samples
parent2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-1901ba47467c535a407bee1b9a6ec0cc3f47949e.tar.bz2
Adjust return-type of rtems_bsdnet_loopattach to int to match with rtems/rtems_bsdnet.h.
Diffstat (limited to 'testsuites/samples')
-rw-r--r--testsuites/samples/loopback/init.c2
1 files changed, 1 insertions, 1 deletions
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 */