[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.26 and 1.27

version 1.26, 2019/05/08 21:30:11 version 1.27, 2019/06/02 14:29:58
Line 53 
Line 53 
 #define FLIST_TIME_SAME  0x0080 /* time is repeat */  #define FLIST_TIME_SAME  0x0080 /* time is repeat */
   
 /*  /*
  * Requied way to sort a filename list.   * Required way to sort a filename list.
  */   */
 static int  static int
 flist_cmp(const void *p1, const void *p2)  flist_cmp(const void *p1, const void *p2)

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27