summaryrefslogtreecommitdiff
path: root/hostmux/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-06-02 02:33:03 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-06-02 02:33:03 +0000
commite46ec2a51f0f4650b655a642baaff12847a413b5 (patch)
tree3d625799d49b4f4a593febbf6c9bd67b2b926387 /hostmux/ChangeLog
parent913c4f4c626cf9ea6f660136ac0bf4b4f9ccd910 (diff)
2002-06-02 Marcus Brinkmann <marcus@gnu.org>
* mux.c (netfs_get_dirents): Initialize COUNT with 2, to take into account the DOT and DOTDOT directories when skipping over the first FIRST_ENTRY entries.
Diffstat (limited to 'hostmux/ChangeLog')
-rw-r--r--hostmux/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/hostmux/ChangeLog b/hostmux/ChangeLog
index 00a28012..db9a918c 100644
--- a/hostmux/ChangeLog
+++ b/hostmux/ChangeLog
@@ -1,3 +1,9 @@
+2002-06-02 Marcus Brinkmann <marcus@gnu.org>
+
+ * mux.c (netfs_get_dirents): Initialize COUNT with 2, to take into
+ account the DOT and DOTDOT directories when skipping over the
+ first FIRST_ENTRY entries.
+
2002-05-13 Roland McGrath <roland@frob.com>
* mux.c (netfs_attempt_chmod): Handle MODE arg with no S_IFMT bits set.