X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fincremen.c;h=2c2dee95b70ddea91ab22a38028eeebcf620f2e3;hb=5179c0b5e6a658ff002916058f95f246ed3216c8;hp=1ef55e55add66cd85ae86324e836639fdc29dc98;hpb=f94cf6216bdbd93ff7a178d5da15aa47934422df;p=chaz%2Ftar diff --git a/src/incremen.c b/src/incremen.c index 1ef55e5..2c2dee9 100644 --- a/src/incremen.c +++ b/src/incremen.c @@ -17,14 +17,11 @@ 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 #include "common.h" -#define obstack_chunk_alloc xmalloc -#define obstack_chunk_free free -#include /* Incremental dump specialities. */ @@ -521,14 +518,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; }