findutils-patches
[Top][All Lists]
Advanced

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

[Findutils-patches] Re: [PATCH 07/19] configure.ac: Quote the first argu


From: Eric Blake
Subject: [Findutils-patches] Re: [PATCH 07/19] configure.ac: Quote the first argument to AC_DEFINE.
Date: Fri, 02 Apr 2010 16:57:34 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc12 Lightning/1.0b1 Thunderbird/3.0.4

On 04/02/2010 04:47 PM, James Youngman wrote:
>  
> +     Move safe_atoi out into a separate module.
> +     * find/parser.c: Include "safe-atoi.h".  Remove the body of safe_atoi.
> +     (parse_group): pass options.err_quoting_style to safe_atoi.
> +     (insert_depthspec): Likewise.
> +     (parse_user): Likewise.
> +     * lib/safe-atoi.h: New file.
> +     * lib/safe-atoi.c: New file.  Add parameter for quoting style (to
> +     avoid an external reference to the "options"struct).
> +     * lib/Makefile.am (libfind_a_SOURCES): Add safe-atoi.c and
> +     safe-atoi.h.
> +


> +++ b/configure.ac
> @@ -18,7 +18,7 @@ FIND_WITH_FTS
>  
>  AC_ARG_ENABLE(id-cache,
>  [  --enable-id-cache       cache all UIDs & GIDs; avoid if using NIS or 
> Hesiod],
> -  AC_DEFINE(CACHE_IDS, 1, [Define if you want find -nouser and -nogroup to 
> make tables of
> +  AC_DEFINE([CACHE_IDS], 1, [Define if you want find -nouser and -nogroup to 
> make tables of

The subject line was right, but the ChangeLog portion looks like it came
from another patch.

-- 
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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