Diff for /embedaddon/rsync/errcode.h between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2016/11/01 09:54:32 version 1.1.1.4, 2021/03/17 00:32:36
Line 2 Line 2
  * Error codes returned by rsync.   * Error codes returned by rsync.
  *   *
  * Copyright (C) 1998-2000 Andrew Tridgell   * Copyright (C) 1998-2000 Andrew Tridgell
 * Copyright (C) 2003-2015 Wayne Davison * Copyright (C) 2003-2019 Wayne Davison
  *   *
  * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by   * it under the terms of the GNU General Public License as published by
Line 46 Line 46
   
 #define RERR_TIMEOUT    30      /* timeout in data send/receive */  #define RERR_TIMEOUT    30      /* timeout in data send/receive */
 #define RERR_CONTIMEOUT 35      /* timeout waiting for daemon connection */  #define RERR_CONTIMEOUT 35      /* timeout waiting for daemon connection */
   
   #define RERR_WECRASHED   50      /* We have crashed. */
   
 /* Although it doesn't seem to be specified anywhere,  /* Although it doesn't seem to be specified anywhere,
  * ssh and the shell seem to return these values:   * ssh and the shell seem to return these values:

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>