[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [heads-up] patch re. savedir() in src/copy.c needed when updating gn
From: |
Bernhard Voelker |
Subject: |
Re: [heads-up] patch re. savedir() in src/copy.c needed when updating gnulib |
Date: |
Thu, 27 Feb 2014 08:09:40 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 |
On 02/26/2014 08:33 PM, Paul Eggert wrote:
> Thanks, I pushed the attached coreutils patches to fix that. I figure
> if sorting by inode helps tar it'll help cp too, so I used that.
Thanks.
I'm not sure, but doesn't coreutils support platforms
where struct dirent lacks a working d_ino?
enum savedir_option
{
SAVEDIR_SORT_NONE,
SAVEDIR_SORT_NAME
#if D_INO_IN_DIRENT
, SAVEDIR_SORT_INODE
#endif
};
(That's why I proposed the more defensize ..._NONE.)
Have a nice day,
Berny