summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-02-28 07:08:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-02-28 07:08:21 +0000
commit9c59c2d9536df048e309f70f48b67bba137ca244 (patch)
treead9a664fbc86bd6d152ea43adb9316da3d18bc3e /cpukit/sapi
parentMerger from rtems-4-6-branch. (diff)
downloadrtems-9c59c2d9536df048e309f70f48b67bba137ca244.tar.bz2
Merger from rtems-4-6-branch.
Diffstat (limited to 'cpukit/sapi')
-rw-r--r--cpukit/sapi/ChangeLog5
-rw-r--r--cpukit/sapi/include/rtems/sptables.h.in6
2 files changed, 5 insertions, 6 deletions
diff --git a/cpukit/sapi/ChangeLog b/cpukit/sapi/ChangeLog
index 24d943f454..de76eb4b9c 100644
--- a/cpukit/sapi/ChangeLog
+++ b/cpukit/sapi/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * include/rtems/sptables.h.in: Remove RTEMS_VERSION (Moved to
+ cpuopts.h).
+
2003-02-03 Joel Sherrill <joel@OARcorp.com>
PR 338/filesystem
diff --git a/cpukit/sapi/include/rtems/sptables.h.in b/cpukit/sapi/include/rtems/sptables.h.in
index 4d1425120b..8e8e0a4a02 100644
--- a/cpukit/sapi/include/rtems/sptables.h.in
+++ b/cpukit/sapi/include/rtems/sptables.h.in
@@ -63,12 +63,6 @@ extern const rtems_multiprocessing_table
_Initialization_Default_multiprocessing_table;
#endif
-/*
- * This is the version string.
- */
-
-#define RTEMS_VERSION "rtems-@RTEMS_VERSION@"
-
#if defined(SAPI_INIT)
const char _RTEMS_version[] =
"RTEMS RELEASE " RTEMS_VERSION