summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-05-21 15:02:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-05-21 15:02:17 +0000
commite6492224028928ae0372bc7187ce420c7957f7c3 (patch)
tree5ee329e3f40f8d314a20ebbb10a5ec35d3f022e3 /cpukit/ChangeLog
parent2004-05-21 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-e6492224028928ae0372bc7187ce420c7957f7c3.tar.bz2
2004-05-21 Till Strauman <strauman@slac.stanford.edu>
PR 626/networking * libnetworking/rtems/rtems_showifstat.c: Use unsigned char to avoid printing leading FFFFFF for byte values > 127.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 66b03c5a99..6318531726 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-21 Till Strauman <strauman@slac.stanford.edu>
+
+ PR 626/networking
+ * libnetworking/rtems/rtems_showifstat.c: Use unsigned char to avoid
+ printing leading FFFFFF for byte values > 127.
+
2004-05-06 Joel Sherrill <joel@OARcorp.com>
PR 618/rtems