X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1b42f628f495ff0cdaa8a7c219d8ce33192281fe..325c243210cdb3e8467e78f673043661f86fdf74:/tls.c diff --git a/tls.c b/tls.c index 97b713be..4cb4c7a2 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 @@ -35,7 +35,7 @@ * change. */ #include "rsync.h" -#include "popt.h" +#include #include "lib/sysxattrs.h" #define PROGRAM "tls" @@ -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