From 84d7499a2b62893922661192ede2ac48857dda99 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 12 Jun 2009 17:40:04 +0000 Subject: 2009-06-12 Joel Sherrill * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Eliminate using the GNU/Linux specific error numbers EBADRQC and ENOTBLK. Switch to EINVAL and ENOTTY as appropriate. --- c/src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'c/src/ChangeLog') diff --git a/c/src/ChangeLog b/c/src/ChangeLog index f0c84df87b..0e09dcd7cc 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,9 @@ +2009-06-12 Joel Sherrill + + * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Eliminate using the + GNU/Linux specific error numbers EBADRQC and ENOTBLK. Switch to + EINVAL and ENOTTY as appropriate. + 2009-05-30 Chris Johns * c/src/libchip/ide/ata.c: Fixed the bug that ignored slave -- cgit v1.2.3