summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-12 13:22:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-12 13:22:31 +0000
commitf9078d1da04858e7783285a847a006d8bca60bd7 (patch)
treed28a522b4eff02cb95130b21fb440caf9fec5351 /c
parentAdded information about the NTP servier field and included a copy (diff)
downloadrtems-f9078d1da04858e7783285a847a006d8bca60bd7.tar.bz2
Added comment block and removed include of deleted file.
Diffstat (limited to 'c')
-rw-r--r--c/src/tests/sptests/sp28/init.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/c/src/tests/sptests/sp28/init.c b/c/src/tests/sptests/sp28/init.c
index 06083c45f7..811467f89f 100644
--- a/c/src/tests/sptests/sp28/init.c
+++ b/c/src/tests/sptests/sp28/init.c
@@ -1,3 +1,7 @@
+/*
+ * $Id$
+ */
+
#define TEST_INIT
#include <tmacros.h>
@@ -16,7 +20,6 @@ rtems_task Init(rtems_task_argument argument);
#include <bsp.h>
#include <rtems/error.h>
-#include <rtems/rtems/task_variable.h>
#include <stdio.h>
volatile int taskvar;