[BACK]Return to flist.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rsync

Diff for /src/usr.bin/rsync/flist.c between version 1.36 and 1.37

version 1.36, 2021/11/03 14:42:12 version 1.37, 2022/12/26 19:16:02
Line 34 
Line 34 
 /*  /*
  * We allocate our file list in chunk sizes so as not to do it one by   * We allocate our file list in chunk sizes so as not to do it one by
  * one.   * one.
  * Preferrably we get one or two allocation.   * Preferably we get one or two allocation.
  */   */
 #define FLIST_CHUNK_SIZE (1024)  #define FLIST_CHUNK_SIZE (1024)
   

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37