[EMAIL PROTECTED] (Alfred M. Szmidt) writes:

> Will the following be OK (I didn't bother adding the patch for the
> regenerated configure and config.in, the patches become so messy)?

That looks good.

Minor nit:

>  char *
>  gdb_realpath (const char *filename)
>  {
> -#ifdef HAVE_REALPATH
> +#ifdef HAVE_CANONICALIZE_FILE_NAME
> +  return canonicalize_file_name (filename);
> +#elif HAVE_REALPATH

To keep their old semantics, you may want to do:

#elif defined (HAVE_REALPATH)

Thanks,

-- 
 Gordon Matzigkeit <[EMAIL PROTECTED]>  //\ I'm a FIG (http://fig.org/)
Committed to freedom and diversity \// I use GNU (http://fig.org/gnu/)

_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to