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

Diff for /src/usr.bin/rsync/extern.h between version 1.45 and 1.46

version 1.45, 2023/04/28 10:24:38 version 1.46, 2023/11/23 11:59:53
Line 146 
Line 146 
         int              numeric_ids;           /* --numeric-ids */          int              numeric_ids;           /* --numeric-ids */
         int              one_file_system;       /* -x */          int              one_file_system;       /* -x */
         int              ignore_times;          /* -I */          int              ignore_times;          /* -I */
           int              ignore_dir_times;      /* -O */
         int              size_only;             /* --size-only */          int              size_only;             /* --size-only */
         int              alt_base_mode;          int              alt_base_mode;
         off_t            max_size;              /* --max-size */          off_t            max_size;              /* --max-size */

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46