summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-12-02 19:13:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-12-02 19:13:26 +0000
commit7e476f027955dd3b5aafb782c1c7f821925a2d47 (patch)
tree9d04c1f460376dd85635727c4bb73917dbaf60b4 /cpukit/libcsupport/ChangeLog
parent2002-12-02 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-7e476f027955dd3b5aafb782c1c7f821925a2d47.tar.bz2
2002-12-02 Joel Sherrill <joel@OARcorp.com>
* include/rtems/libio.h: Internally use a union of an unsigned64 and major/minor device so we don't get into trouble shifting. The h8300 seemed to be impossible to remove warnings otherwise. Eventually the structure definition of a dev_t might be better anyway. * include/sys/ioccom.h: Added casts to remove warnings on 16 bit targets.
Diffstat (limited to 'cpukit/libcsupport/ChangeLog')
-rw-r--r--cpukit/libcsupport/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index 3a3125a530..8c2d787efc 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,3 +1,12 @@
+2002-12-02 Joel Sherrill <joel@OARcorp.com>
+
+ * include/rtems/libio.h: Internally use a union of an unsigned64
+ and major/minor device so we don't get into trouble shifting.
+ The h8300 seemed to be impossible to remove warnings otherwise.
+ Eventually the structure definition of a dev_t might be better anyway.
+ * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
+ targets.
+
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Cosmetical fixes.