On 04/04/2010 04:43 PM, James Youngman wrote: > * find/defs.h: fd_leak_check_is_enabled should return boolean, not > int. Likewise following_links and digest_mode. > +++ b/find/defs.h > @@ -495,7 +495,7 @@ struct predicate *get_new_pred_chk_op PARAMS((const > struct parser_table *entry, > float calculate_derived_rates PARAMS((struct predicate *p)); > > /* util.c */ > -int fd_leak_check_is_enabled (void); > +boolean fd_leak_check_is_enabled (void);
In C99, it is spelled bool, not boolean (that is from Java). I'm not sure where you are defining boolean, but it would be nicer to use bool throughout. -- Eric Blake [email protected] +1-801-349-2682 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Findutils-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/findutils-patches
