summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-26 22:22:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-26 22:22:37 +0000
commit4116e57e75c7861650d14633313aa0fab89635e9 (patch)
tree1d8dccc21f194e77a0c56e7649347b05dd4f8852 /testsuites
parent2007-03-26 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-4116e57e75c7861650d14633313aa0fab89635e9.tar.bz2
2007-03-26 Joel Sherrill <joel@OARcorp.com>
* loopback/init.c: Add CVS Id.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/samples/ChangeLog4
-rw-r--r--testsuites/samples/loopback/init.c5
2 files changed, 9 insertions, 0 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 6a33ddd50e..d192f65603 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,5 +1,9 @@
2007-03-26 Joel Sherrill <joel@OARcorp.com>
+ * loopback/init.c: Add CVS Id.
+
+2007-03-26 Joel Sherrill <joel@OARcorp.com>
+
PR 1230/tests
* minimum/init.c: Minimum should not configure console driver.
diff --git a/testsuites/samples/loopback/init.c b/testsuites/samples/loopback/init.c
index 7294275bbf..c72fb5a5b2 100644
--- a/testsuites/samples/loopback/init.c
+++ b/testsuites/samples/loopback/init.c
@@ -1,3 +1,7 @@
+/*
+ * $Id$
+ */
+
#include <bsp.h>
#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
@@ -29,6 +33,7 @@ rtems_task Init(rtems_task_argument argument);
#include <rtems/error.h>
#include <stdio.h>
#include <stdarg.h>
+#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <sys/socket.h>