summaryrefslogtreecommitdiff
path: root/libstore/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-11-18 06:23:45 +0000
committerRoland McGrath <roland@gnu.org>1999-11-18 06:23:45 +0000
commit9e1a821ad8510ad57d547c68873276f3705215a6 (patch)
tree36ccdb80b3acd99ef3a69d4bd69380be0e358813 /libstore/ChangeLog
parentf57bf38f6c7c4371142b749dbd11b0fbb91632c3 (diff)
.
Diffstat (limited to 'libstore/ChangeLog')
-rw-r--r--libstore/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index 1c601e34..58b3089c 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,3 +1,9 @@
+1999-11-14 Roland McGrath <roland@baalperazim.frob.com>
+
+ * device.c (dev_error): New static function.
+ Translate all expected D_* codes into POSIX codes.
+ (dev_read, dev_write, dev_open): Use it.
+
1999-10-07 Roland McGrath <roland@baalperazim.frob.com>
* rdwr.c (store_read, store_write): Fix asserts in last change.