summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-15 18:58:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-15 18:58:43 +0000
commita68e6b91e9ed08ce144ce44ff67fdfdf4970d8a7 (patch)
treec62fe7002d1ed822d722bf072ea3413109770c2b /cpukit/libcsupport/src
parentAdded include of rtems/posix/cancel.h. (diff)
downloadrtems-a68e6b91e9ed08ce144ce44ff67fdfdf4970d8a7.tar.bz2
Updated version string.
Diffstat (limited to 'cpukit/libcsupport/src')
-rw-r--r--cpukit/libcsupport/src/utsname.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/utsname.c b/cpukit/libcsupport/src/utsname.c
index 7fba3d610f..7cd9fae002 100644
--- a/cpukit/libcsupport/src/utsname.c
+++ b/cpukit/libcsupport/src/utsname.c
@@ -8,7 +8,6 @@
#include <sys/utsname.h>
#include <rtems/system.h>
-#include <rtems/score/system.h>
#include <rtems/score/object.h>
/*PAGE
@@ -33,7 +32,7 @@ int uname(
sprintf( name->nodename, "Node %d\n", _Objects_Local_node );
/* XXX release string is in BAD format for this routine!!! */
- strcpy( name->release, "3.2.0" );
+ strcpy( name->release, "4.0.0+" );
/* XXX does this have any meaning for RTEMS */