summaryrefslogtreecommitdiff
path: root/libstore/ChangeLog
diff options
context:
space:
mode:
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.