]> Dogcows Code - chaz/tar/blobdiff - src/incremen.c
Test extracting sparse files over a pipe.
[chaz/tar] / src / incremen.c
index 1ef55e55add66cd85ae86324e836639fdc29dc98..2c2dee95b70ddea91ab22a38028eeebcf620f2e3 100644 (file)
    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 <system.h>
 #include <getline.h>
 #include <hash.h>
 #include <quotearg.h>
 #include "common.h"
-#define obstack_chunk_alloc xmalloc
-#define obstack_chunk_free free
-#include <obstack.h>
 
 /* 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;
            }
This page took 0.0218159999999999 seconds and 4 git commands to generate.