summaryrefslogtreecommitdiff
path: root/trans/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-05-06 00:40:14 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-05-06 00:40:14 +0000
commitc6b7c154a4e5e76f7ccba2c75557355ec96f4b06 (patch)
treeedd5c12040bb21ab2a1c82955d601a6f67bda831 /trans/ChangeLog
parentfbbe2ced9b5cda5bbe109a95ae331e9fa9d8a085 (diff)
2002-05-06 Marcus Brinkmann <marcus@gnu.org>
* fakeroot.c (netfs_attempt_lookup): Really check for EROFS or EISDIR error from O_RDWR lookup (the last change checked for O_RDWR | O_EXEC looks up, which is also necessary). (netfs_attempt_mkfile): Unlock DIR. (netfs_attempt_create_file): Likewise. (netfs_S_io_map): New function.
Diffstat (limited to 'trans/ChangeLog')
-rw-r--r--trans/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog
index 6f1ddeb7..e485015b 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -1,3 +1,12 @@
+2002-05-06 Marcus Brinkmann <marcus@gnu.org>
+
+ * fakeroot.c (netfs_attempt_lookup): Really check for EROFS or
+ EISDIR error from O_RDWR lookup (the last change checked for
+ O_RDWR | O_EXEC looks up, which is also necessary).
+ (netfs_attempt_mkfile): Unlock DIR.
+ (netfs_attempt_create_file): Likewise.
+ (netfs_S_io_map): New function.
+
2002-05-05 Roland McGrath <roland@frob.com>
* fakeroot.c (netfs_attempt_lookup): Check for EROFS or EISDIR error