Hello! On Thu, Jul 20, 2006 at 04:08:44PM -0700, Paul Eggert wrote: > Thomas Schwinge <[EMAIL PROTECTED]> writes: > > Please tell if you (or anyone else, of course) need access to a GNU/Hurd > > system. > > I'm afraid it's a lot to learn all at once;
That was meant to be a general offer (i.e. in case someone is interested) and it still holds. :-) > I was hoping you could help with the minor porting problems. Sure. > --- copy.c 2006-07-05 02:08:42.000000000 -0700 > +++ /home/eggert/junk/copy.c 2006-07-20 16:06:57.000000000 -0700 > @@ -213,12 +213,17 @@ set_owner (const struct cp_options *x, c > static void > set_author (const char *dst_name, int dest_desc, const struct stat *src_sb) > { > - /* FIXME: Preserve the st_author field via the file descriptor dest_desc. > */ > #if HAVE_STRUCT_STAT_ST_AUTHOR > /* Preserve the st_author field. */ > - file_t file = file_name_lookup (dst_name, 0, 0); > + file_t file = (dest_desc < 0 > + ? file_name_lookup (dst_name, 0, 0) > + : getdport (dest_desc)); I finally got around to verify that this (which got installed in the mean time) works. Thanks! Regards, Thomas _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils