diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-24 18:45:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-24 18:45:14 +0000 |
commit | a0cb058dfb90c96db1541687e4df916818d8bf19 (patch) | |
tree | 5a06e81bc79fb57bb0f35bda10d5edf2bdc95853 /libdiskfs | |
parent | 6f0cc439d157c3220ae668bcc28a77604b073ada (diff) |
.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index d901d62c..17cd4e6f 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,9 @@ +1999-07-24 Roland McGrath <roland@baalperazim.frob.com> + + * dir-rmdir.c (diskfs_S_dir_rmdir): Fix bugs in last change. + Replace label `out' with local inline function `done'. + Don't try diskfs_nput (NP) when NP is null. + 1999-07-17 Roland McGrath <roland@baalperazim.frob.com> * dir-link.c (diskfs_S_dir_link): Fix error checks on ports. |