bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GDB (CVS) broken under GNU.


From: Gordon Matzigkeit
Subject: Re: GDB (CVS) broken under GNU.
Date: 22 Feb 2002 11:56:41 -0600
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

ams@kemisten.nu (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 <gord@fig.org>  //\ I'm a FIG (http://fig.org/)
Committed to freedom and diversity \// I use GNU (http://fig.org/gnu/)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]