[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.36 and 1.37

version 1.36, 2021/03/31 19:45:16 version 1.37, 2021/05/17 11:54:14
Line 42 
Line 42 
 #define CSUM_LENGTH_PHASE2 (16)  #define CSUM_LENGTH_PHASE2 (16)
   
 /*  /*
    * Rsync error codes.
    */
   #define ERR_SYNTAX      1
   #define ERR_PROTOCOL    2
   #define ERR_SOCK_IO     10
   #define ERR_FILE_IO     11
   #define ERR_WIREPROTO   12
   #define ERR_IPC         14      /* catchall for any kind of syscall error */
   #define ERR_TERMIMATED  16
   #define ERR_WAITPID     21
   #define ERR_NOMEM       22
   
   /*
  * Use this for --timeout.   * Use this for --timeout.
  * All poll events will use it and catch time-outs.   * All poll events will use it and catch time-outs.
  */   */

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