summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-12 17:38:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-12 17:38:53 +0000
commit918a0d8fdd3507daed9db0b2d059e6cc8cb25677 (patch)
tree312debefd9decd2f76e64fb6a2b75433016bc2c7 /cpukit/ChangeLog
parent2009-06-12 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-918a0d8fdd3507daed9db0b2d059e6cc8cb25677.tar.bz2
2009-06-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* libblock/src/flashdisk.c, libblock/src/nvdisk.c, libblock/src/ramdisk.c, libfs/src/dosfs/fat.c, libfs/src/dosfs/msdos_format.c: Eliminate using the GNU/Linux specific error numbers EBADRQC and ENOTBLK. Switch to EINVAL and ENOTTY as appropriate.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d3a1d8f5e2..9b82a18048 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2009-06-12 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libblock/src/flashdisk.c, libblock/src/nvdisk.c,
+ libblock/src/ramdisk.c, libfs/src/dosfs/fat.c,
+ libfs/src/dosfs/msdos_format.c: Eliminate using the GNU/Linux
+ specific error numbers EBADRQC and ENOTBLK. Switch to EINVAL and
+ ENOTTY as appropriate.
+
2009-06-12 Chris Johns <chrisj@rtems.org>
* libmisc/shell/dd-args.c, libmisc/shell/dd-conv.c,