2004-10-31 Joel Sherrill <joel@OARcorp.com>

* libcsupport/src/utsname.c: Fix typo.
This commit is contained in:
Joel Sherrill
2004-10-31 14:08:34 +00:00
parent db1431e9d7
commit bb6c670153
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2004-10-31 Joel Sherrill <joel@OARcorp.com>
* libcsupport/src/utsname.c: Fix typo.
2004-10-29 Ralf Corsepius <ralf_corsepius@rtems.org>
* score/src/coremsg.c: Eliminate unsigned32.
+1 -1
View File
@@ -41,7 +41,7 @@ int uname(
strcpy( name->sysname, "RTEMS" );
sprintf( name->nodename, "Node %" PRId32, _Objects_Local_node );
sprintf( name->nodename, "Node %", _Objects_Local_node );
strcpy( name->release, RTEMS_VERSION );