Re: [PATCH] Correct typo in comment in fts.c

2008-02-20 Thread Martin Buchholz
Although I know very little about fts itself, I have all the pre-requisites to be able to debug the problem in fts on Solaris, except for time. I already have a number of free-software mini-projects that are on the back-burner for lack of time to hack on them. Martin > "J" == James Youngman

Re: [PATCH] Correct typo in comment in fts.c

2008-02-20 Thread James Youngman
On Feb 20, 2008 12:12 PM, Jim Meyering <[EMAIL PROTECTED]> wrote: > This reminds me of the long-planned fork, e.g., s/fts_*/gfts_*/, > (all public symbols) in which I create new files named gfts.[ch]. Then, > someday, I can propose adding it to glibc. Remember, proposing the > addition with new

Re: [PATCH] Correct typo in comment in fts.c

2008-02-20 Thread Jim Meyering
James Youngman <[EMAIL PROTECTED]> wrote: > 2008-02-20 Martin Buchholz <[EMAIL PROTECTED]> (trivial change) > > * lib/fts.c (fts_build): Typo correction to comment. Thanks! Applied and pushed. This reminds me of the long-planned fork, e.g., s/fts_*/gfts_*/, (all public symbols) in which I

[PATCH] Correct typo in comment in fts.c

2008-02-20 Thread James Youngman
2008-02-20 Martin Buchholz <[EMAIL PROTECTED]> (trivial change) * lib/fts.c (fts_build): Typo correction to comment. --- lib/fts.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/fts.c b/lib/fts.c index ceb8935..cb6f564 100644 --- a/lib/fts.c +++ b/lib/fts.c