X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1b42f628f495ff0cdaa8a7c219d8ce33192281fe..d3d07a5e860f1cde0e234ec7a1aff7111a2c514f:/tls.c diff --git a/tls.c b/tls.c index 97b713be..c52b25ab 100644 --- a/tls.c +++ b/tls.c @@ -2,7 +2,7 @@ * Trivial ls for comparing two directories after running an rsync. * * Copyright (C) 2001, 2002 Martin Pool - * Copyright (C) 2003-2007 Wayne Davison + * Copyright (C) 2003-2008 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 @@ -46,6 +46,7 @@ int am_root = 0; int read_only = 1; int list_only = 0; int preserve_perms = 0; +int preserve_executability = 0; #ifdef SUPPORT_XATTRS