bug-gnulib
[Top][All Lists]
Advanced

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

Re: small renameat fix


From: Jim Meyering
Subject: Re: small renameat fix
Date: Wed, 09 Nov 2011 08:41:53 +0100

Bruno Haible wrote:
> lib/renameat.c uses <stdbool.h>, therefore the module needs this dependency:
>
>
> 2011-11-08  Bruno Haible  <address@hidden>
>
>       renameat: Fix dependencies.
>       * modules/renameat (Depends-on): Add stdbool.
>
> --- modules/renameat.orig     Wed Nov  9 01:53:58 2011
> +++ modules/renameat  Tue Nov  8 13:47:37 2011
> @@ -21,6 +21,7 @@
>  rename           [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
>  same-inode       [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
>  save-cwd         [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
> +stdbool          [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]

Yes.  Thanks.



reply via email to

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