diff options
author | Wayne Davison <wayned@samba.org> | 2009-11-08 11:43:16 -0800 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2009-11-08 11:45:55 -0800 |
commit | 304d7b5817d6e1d3cf59b9edae2213433d901cdc (patch) | |
tree | 8cbabc0678c530326a69c09bc679f238d709716c /errcode.h | |
parent | 9270e88d76d3ea9e94d48977fbea57b997545577 (diff) | |
download | rsync-304d7b5817d6e1d3cf59b9edae2213433d901cdc.tar.gz rsync-304d7b5817d6e1d3cf59b9edae2213433d901cdc.tar.bz2 rsync-304d7b5817d6e1d3cf59b9edae2213433d901cdc.zip |
More improvements for abnormal exits.
Diffstat (limited to 'errcode.h')
-rw-r--r-- | errcode.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -47,8 +47,6 @@ #define RERR_TIMEOUT 30 /* timeout in data send/receive */ #define RERR_CONTIMEOUT 35 /* timeout waiting for daemon connection */ -#define RERR_RCVR_ERROR 42 /* receiver is exiting with an error */ - /* Although it doesn't seem to be specified anywhere, * ssh and the shell seem to return these values: * |