bug-gnulib
[Top][All Lists]
Advanced

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

Re: Typo in canonicalize-lgpl.c


From: Jim Meyering
Subject: Re: Typo in canonicalize-lgpl.c
Date: Thu, 10 Jan 2008 10:17:06 +0100

Colin Watson <address@hidden> wrote:
> I happened to notice a typo in canonicalize-lgpl.c. Patch attached.
>
> diff --git a/lib/canonicalize-lgpl.c b/lib/canonicalize-lgpl.c
> index e8d2b65..2aebbc6 100644
> --- a/lib/canonicalize-lgpl.c
> +++ b/lib/canonicalize-lgpl.c
> @@ -78,7 +78,7 @@
>  # endif
>  # define __readlink readlink
>    /* On systems without symbolic links, call stat() instead of lstat().  */
> -# if !defined S_ISNLK && !HAVE_READLINK
> +# if !defined S_ISLNK && !HAVE_READLINK
>  #  define lstat stat
>  # endif
>  #endif

Applied.  Thanks.




reply via email to

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