summaryrefslogtreecommitdiff
path: root/errcode.h
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-09-26 17:11:03 +0000
committerWayne Davison <wayned@samba.org>2005-09-26 17:11:03 +0000
commit60168410860532fdbb1092fef924a7a3d2c3c5be (patch)
tree88218d26d0f1718fc366f75d3305c232091f54de /errcode.h
parent0047f535efa81213860a53491a062f756a2708d9 (diff)
downloadrsync-60168410860532fdbb1092fef924a7a3d2c3c5be.tar.gz
Changed RERR_CRASH to RERR_CRASHED.
Diffstat (limited to 'errcode.h')
-rw-r--r--errcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/errcode.h b/errcode.h
index aaf13d37..68f74b43 100644
--- a/errcode.h
+++ b/errcode.h
@@ -34,7 +34,7 @@
#define RERR_STREAMIO 12 /* error in rsync protocol data stream */
#define RERR_MESSAGEIO 13 /* errors with program diagnostics */
#define RERR_IPC 14 /* error in IPC code */
-#define RERR_CRASH 15 /* sibling crashed */
+#define RERR_CRASHED 15 /* sibling crashed */
#define RERR_TERMINATED 16 /* sibling terminated abnormally */
#define RERR_SIGNAL 20 /* status returned when sent SIGUSR1, SIGINT */