X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/add7e8fb6ba143bfb3f8aa2ac1e2c01734ab8e81..a24e12e6dd814f7da77d121fcedf862f05f061f5:/options.c diff --git a/options.c b/options.c index 1618ffe7..7c33efad 100644 --- a/options.c +++ b/options.c @@ -52,7 +52,7 @@ int io_error = 0; int read_only = 0; int module_id = -1; int am_server = 0; -int am_sender=0; +int am_sender = 0; int recurse = 0; int am_daemon=0; int do_stats=0; @@ -122,11 +122,11 @@ static void print_rsync_version(int f) rprintf(f, "%s version %s protocol version %d\n", RSYNC_NAME, VERSION, PROTOCOL_VERSION); rprintf(f, - "Copyright (C) 1996-2001 by Andrew Tridgell, Paul Mackerras and others\n"); + "Copyright (C) 1996-2001 by Andrew Tridgell and others\n"); rprintf(f, "\n"); rprintf(f, "Capabilities: %d-bit files, %ssocketpairs, " "%shard links, %ssymlinks, batchfiles\n\n", - (int) (sizeof(int64) * 8), + (int) (sizeof(OFF_T) * 8), got_socketpair, hardlinks, links);