summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples/hello/sptest.adb
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/samples/hello/sptest.adb')
-rw-r--r--c/src/ada-tests/samples/hello/sptest.adb5
1 files changed, 2 insertions, 3 deletions
diff --git a/c/src/ada-tests/samples/hello/sptest.adb b/c/src/ada-tests/samples/hello/sptest.adb
index 355c3b49dd..3f6745f3d9 100644
--- a/c/src/ada-tests/samples/hello/sptest.adb
+++ b/c/src/ada-tests/samples/hello/sptest.adb
@@ -10,7 +10,7 @@
--
--
--
--- COPYRIGHT (c) 1989-2009.
+-- COPYRIGHT (c) 1989-2011.
-- On-Line Applications Research Corporation (OAR).
--
-- The license and distribution terms for this file may in
@@ -24,13 +24,12 @@ with TEXT_IO;
package body SPTEST is
---PAGE
--
-- INIT
--
procedure INIT (
- ARGUMENT : in RTEMS.TASK_ARGUMENT
+ ARGUMENT : in RTEMS.TASKS.ARGUMENT
) is
pragma Unreferenced(ARGUMENT);
begin