mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-21 18:28:55 +08:00
2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* libcsupport/src/utsname.c: Revert yesterdays patch.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user