summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-12-26 20:37:37 +0000
committerRoland McGrath <roland@gnu.org>1998-12-26 20:37:37 +0000
commit0065c772cc7edabd370c2d0d96263b3500624421 (patch)
treefc0ed833945e2f86c7d4a7125286e8b8693ccc34
parent21a8a27ca3c6840a5420aa1b6c0ebf9acff07f46 (diff)
.
-rw-r--r--libstore/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index 8fa2e9ba..76970cff 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,3 +1,10 @@
+1998-12-21 Roland McGrath <roland@baalperazim.frob.com>
+
+ * open.c (store_open): Like file.c:fiopen, catch EACCES or EROFS
+ and try to open read-only.
+
+ * file.c (fiopen): Treat EROFS same as EACCES.
+
1998-10-20 Roland McGrath <roland@baalperazim.frob.com>
* flags.c (store_clear_flags): Add braces to silence gcc warning.