search for: write_batch_

Displaying 1 result from an estimated 1 matches for "write_batch_".

Did you mean: write_batch
2002 Jan 13
1
rsynd-2.5.1 / batch.c patch
Platform: Compaq OpenVMS Alpha 7.3 Compiler: Compaq C T6.5 The following patch is an update to a previous patch that I submitted. The only change from the previous patch is that the const qualifier has been added to write_batch_*() routines to improve compiler efficiency. Because the gdiff -u was done against the distribution it includes the previous patch. The functions with no parameters were missing the void parameter. The type (char) was being used where the usage indicated either (void) or (unsigned char) should b...