aboutsummaryrefslogtreecommitdiffstats
path: root/errcode.h
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2009-11-08 11:43:16 -0800
committerWayne Davison <wayned@samba.org>2009-11-08 11:45:55 -0800
commit304d7b5817d6e1d3cf59b9edae2213433d901cdc (patch)
tree8cbabc0678c530326a69c09bc679f238d709716c /errcode.h
parent9270e88d76d3ea9e94d48977fbea57b997545577 (diff)
downloadandroid_external_rsync-304d7b5817d6e1d3cf59b9edae2213433d901cdc.tar.gz
android_external_rsync-304d7b5817d6e1d3cf59b9edae2213433d901cdc.tar.bz2
android_external_rsync-304d7b5817d6e1d3cf59b9edae2213433d901cdc.zip
More improvements for abnormal exits.
Diffstat (limited to 'errcode.h')
-rw-r--r--errcode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/errcode.h b/errcode.h
index bae7700c..41c55432 100644
--- a/errcode.h
+++ b/errcode.h
@@ -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:
*