]> Dogcows Code - chaz/tar/commit
* src/names.c: tar: fix bug with --one-file-system --listed-incremental
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Nov 2010 06:50:58 +0000 (22:50 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Nov 2010 06:51:29 +0000 (22:51 -0800)
commit065cf0958c39600f2062cbeeb5b76929d03c207b
tree8db5de58bac9fdaca4affcc8d89a5ea951f6a47d
parent2a55b4b0373eef2e879408f9df6638bb03e16170
* src/names.c: tar: fix bug with --one-file-system --listed-incremental

Problem (and idea for fix) reported by Martin Weigel
<http://lists.gnu.org/archive/html/bug-tar/2010-11/msg00071.html>.
* src/common.h (is_individual_file): Remove decl.
* src/create.c (dump_file0): Replace "is_individual_file (p)"
with "top_level".
* src/incremen.c (procdir): Replace "!is_individual_file
(name_buffer)" with "st->parent".  Fix bug with --one-file-system
and --listed-incremental.
* src/names.c (individual_file_table, register_individual_file):
(is_individual_file): Remove.  All uses removed.
src/common.h
src/create.c
src/incremen.c
src/names.c
This page took 0.018055 seconds and 4 git commands to generate.