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   [email protected]    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Findutils-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/findutils-patches

Reply via email to