summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-01 11:34:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-01 11:34:41 +0000
commitbf99fe98bf913288ccab8d97515eb1771d70f1bf (patch)
treeb2567ed863148f72a9555c816451c575ca891e1e /cpukit
parent2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-bf99fe98bf913288ccab8d97515eb1771d70f1bf.tar.bz2
2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* libcsupport/src/utsname.c: Revert yesterdays patch.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/libcsupport/src/utsname.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f2488cffb7..bab43154ee 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -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.
diff --git a/cpukit/libcsupport/src/utsname.c b/cpukit/libcsupport/src/utsname.c
index 2ddac1a236..6ba6c196c0 100644
--- a/cpukit/libcsupport/src/utsname.c
+++ b/cpukit/libcsupport/src/utsname.c
@@ -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 );