Re: [PATCH] getcwd: on Solaris, work better if ancestors are inaccessible

2010-07-15 Thread Jim Meyering
Paul Eggert wrote: > I installed this, for tar's sake: > > Subject: [PATCH] getcwd: on Solaris, work better if ancestors are inaccessible > > * lib/getcwd.c (__getcwd): If getcwd returns EINVAL for zero > buffer and size, try again with a large buffer. This works better

[PATCH] getcwd: on Solaris, work better if ancestors are inaccessible

2010-07-14 Thread Paul Eggert
I installed this, for tar's sake: >From b1ef417aa5830669125c4f4aafd0a163c8902125 Mon Sep 17 00:00:00 2001 From: Paul R. Eggert Date: Wed, 14 Jul 2010 00:06:03 -0700 Subject: [PATCH] getcwd: on Solaris, work better if ancestors are inaccessible * lib/getcwd.c (__getcwd): If getcwd return