summaryrefslogtreecommitdiff
path: root/rsync/buf.c
Unidiff
Diffstat (limited to 'rsync/buf.c') (more/less context) (show whitespace changes)
-rw-r--r--rsync/buf.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/rsync/buf.c b/rsync/buf.c
index c978fff..fdd67ee 100644
--- a/rsync/buf.c
+++ b/rsync/buf.c
@@ -98,3 +98,2 @@ rs_result rs_infilebuf_fill(rs_job_t *job, rs_buffers_t *buf,
98{ 98{
99 job=job;
100 int len; 99 int len;
@@ -103,2 +102,4 @@ rs_result rs_infilebuf_fill(rs_job_t *job, rs_buffers_t *buf,
103 102
103 job=job; // fix unused warning
104
104 /* This is only allowed if either the buf has no input buffer 105 /* This is only allowed if either the buf has no input buffer
@@ -150,3 +151,2 @@ rs_result rs_outfilebuf_drain(rs_job_t *job, rs_buffers_t *buf, void *opaque)
150{ 151{
151 job=job;
152 int present; 152 int present;
@@ -155,2 +155,4 @@ rs_result rs_outfilebuf_drain(rs_job_t *job, rs_buffers_t *buf, void *opaque)
155 155
156 job=job; // fix unused warning
157
156 /* This is only allowed if either the buf has no output buffer 158 /* This is only allowed if either the buf has no output buffer