summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-18 02:09:36 +0000
committerRoland McGrath <roland@gnu.org>1999-07-18 02:09:36 +0000
commit2139f5ef267530890479af818b553ae8609f9fc7 (patch)
treed38ba3d51b4ec4f9a82cd0c316cb85e4546889e4
parent81dc783d52f22998780da22585e88b2f51c88e85 (diff)
.
-rw-r--r--libdiskfs/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index 9da83312..d901d62c 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,3 +1,9 @@
+1999-07-17 Roland McGrath <roland@baalperazim.frob.com>
+
+ * dir-link.c (diskfs_S_dir_link): Fix error checks on ports.
+ If DIRCRED (receiver port) is bad, return EOPNOTSUPP.
+ If FILECRED (argument port) is bad, return EXDEV (after EROFS check).
+
1999-07-11 Roland McGrath <roland@baalperazim.frob.com>
* boot-start.c (diskfs_S_exec_startup_get_info): Typo in last change.