2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>

* libcsupport/src/utsname.c: Revert yesterdays patch.
This commit is contained in:
Ralf Corsepius
2004-11-01 11:34:41 +00:00
parent 6cb6c7c3e1
commit bf99fe98bf
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* libcsupport/src/utsname.c: Revert yesterdays patch.
2004-10-31 Joel Sherrill <joel@OARcorp.com>
* libcsupport/src/utsname.c: Fix typo.

View File

@@ -41,7 +41,7 @@ int uname(
strcpy( name->sysname, "RTEMS" );
sprintf( name->nodename, "Node %", _Objects_Local_node );
sprintf( name->nodename, "Node %" PRId32, _Objects_Local_node );
strcpy( name->release, RTEMS_VERSION );