X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/264042760bd909eeca281dc8c937357e98bf6bf8..27122338dc9a7ccef24c4de292ed20899053f703:/checksum.c diff --git a/checksum.c b/checksum.c index 9b620230..e4b77bf9 100644 --- a/checksum.c +++ b/checksum.c @@ -3,12 +3,11 @@ * * Copyright (C) 1996 Andrew Tridgell * Copyright (C) 1996 Paul Mackerras - * Copyright (C) 2004, 2005 Wayne Davison + * Copyright (C) 2004-2007 Wayne Davison * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -22,7 +21,7 @@ #include "rsync.h" -int csum_length=2; /* initial value */ +int csum_length = SHORT_SUM_LENGTH; /* initial value */ #define CSUM_CHUNK 64