Re: PATCH] untar: do not exit with error when created directory already exists (fixes #2413).

2015-09-09 Thread Gedare Bloom
Do we still have two versions of the untar code? This looks good to commit. On Mon, Sep 7, 2015 at 5:23 AM, Pavel Pisa wrote: > --- > cpukit/libmisc/untar/untar.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/cpukit/libmisc/untar/untar.c

Re: PATCH] untar: do not exit with error when created directory already exists (fixes #2413).

2015-09-09 Thread Pavel Pisa
Hello Gedare, On Wednesday 09 of September 2015 17:05:43 Gedare Bloom wrote: > Do we still have two versions of the untar code? There is another implementation which is IMFS specific. It is invoked by function rtems_tarfs_load() located in rtems/cpukit/libfs/src/imfs/imfs_load_tar.c It is

PATCH] untar: do not exit with error when created directory already exists (fixes #2413).

2015-09-07 Thread Pavel Pisa
--- cpukit/libmisc/untar/untar.c | 8 1 file changed, 8 insertions(+) diff --git a/cpukit/libmisc/untar/untar.c b/cpukit/libmisc/untar/untar.c index aed8fed..4591a8b 100644 --- a/cpukit/libmisc/untar/untar.c +++ b/cpukit/libmisc/untar/untar.c @@ -28,6 +28,7 @@ #include #include