X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fincremen.c;h=9a2de4669422dcd2b8bc8f2f46d02ad0d96c1803;hb=5b56886a72a2488265afc762dbce81df31aa7e88;hp=1ef55e55add66cd85ae86324e836639fdc29dc98;hpb=f94cf6216bdbd93ff7a178d5da15aa47934422df;p=chaz%2Ftar diff --git a/src/incremen.c b/src/incremen.c index 1ef55e5..9a2de46 100644 --- a/src/incremen.c +++ b/src/incremen.c @@ -17,7 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "system.h" +#include #include #include #include @@ -521,14 +521,14 @@ purge_directory (char const *directory_name) if (deref_stat (true, p, &st)) { stat_diag (p); - WARN((0, 0, _("%s: Not purging directory %s: unable to stat"), + WARN((0, 0, _("%s: Not purging directory: unable to stat"), quotearg_colon (p))); continue; } else if (one_file_system_option && st.st_dev != root_device) { WARN((0, 0, - _("%s: directory %s is on a different device: not purging"), + _("%s: directory is on a different device: not purging"), quotearg_colon (p))); continue; }