X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/805edf9d7dee5467c6054d6d65fba6d357ea57ca..7bc8218d814a9014536685e0e544aa7fd06b9868:/io.c diff --git a/io.c b/io.c index 54bca895..f651116e 100644 --- a/io.c +++ b/io.c @@ -52,7 +52,7 @@ extern int io_timeout; extern struct stats stats; -const char * const phase_unknown = "unknown"; +const char phase_unknown[] = "unknown"; /** * The connection might be dropped at some point; perhaps because the @@ -104,7 +104,7 @@ static void check_timeout(void) } } -/** Setup the fd used to propogate errors */ +/** Setup the fd used to propagate errors */ void io_set_error_fd(int fd) { io_error_fd = fd;