From 4116e57e75c7861650d14633313aa0fab89635e9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 26 Mar 2007 22:22:37 +0000 Subject: [PATCH] 2007-03-26 Joel Sherrill * loopback/init.c: Add CVS Id. --- testsuites/samples/ChangeLog | 4 ++++ testsuites/samples/loopback/init.c | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog index 6a33ddd50e..d192f65603 100644 --- a/testsuites/samples/ChangeLog +++ b/testsuites/samples/ChangeLog @@ -1,3 +1,7 @@ +2007-03-26 Joel Sherrill + + * loopback/init.c: Add CVS Id. + 2007-03-26 Joel Sherrill PR 1230/tests 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 #define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER @@ -29,6 +33,7 @@ rtems_task Init(rtems_task_argument argument); #include #include #include +#include #include #include #include