summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-10-26 09:48:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-10-26 09:48:53 +0000
commit8c14432d1072fa29dbc7c043ad1c96018ddd2c91 (patch)
treed6f726720642bbfc0dd437038c0cfd8431ca159a /cpukit/ChangeLog
parent2004-10-26 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-8c14432d1072fa29dbc7c043ad1c96018ddd2c91.tar.bz2
2004-10-26 Ralf Corsepius <ralf_corsepius@rtems.org>
* libfs/src/dosfs/msdos_conv.c: Replace BSD fixed-size types with POSIX fixed-size types. Replace SECONDSTO1980 with DAYSTO1980. Make macros 16bit clean.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 85c8ce3b07..dfa2d9fad6 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2004-10-26 Ralf Corsepius <ralf_corsepius@rtems.org>
+ * libfs/src/dosfs/msdos_conv.c:
+ Replace BSD fixed-size types with POSIX fixed-size types.
+ Replace SECONDSTO1980 with DAYSTO1980.
+ Make macros 16bit clean.
+
+2004-10-26 Ralf Corsepius <ralf_corsepius@rtems.org>
+
* libcsupport/include/sys/ioccom.h: Cosmetical update from FreeBSD.
2004-10-25 Eric Norum <norume@aps.anl.gov>