Add some comments.
[rsync/rsync.git] / io.c
diff --git a/io.c b/io.c
index 2f4162c..b58eff0 100644 (file)
--- a/io.c
+++ b/io.c
@@ -455,6 +455,8 @@ void io_flush(void)
        io_buffer_count = 0;
 }
 
+
+/* XXX: fd is ignored, which seems a little strange. */
 void io_end_buffering(int fd)
 {
        io_flush();