[PATCH] Remove redundant declarations.

2010-04-17 Thread James Youngman
* locate/frcode.c: Don't declare xmalloc, include xalloc.h instead. * locate/code.c: Don't declare program_name, we already included progname.h. Signed-off-by: James Youngman --- ChangeLog |5 + locate/code.c |3 --- locate/frcode.c |3 ++- 3 files changed, 7 insertions(+

[PATCH] Remove support for compilers lacking prototypes.

2010-04-17 Thread James Youngman
* find/defs.h: Don't define or use the PARAMS macro. * xargs/xargs.c: Likewise. * locate/locatedb.h: Likewise. * locate/frcode.c: Likewise. * lib/buildcmd.c: Likewise. * find/tree.c: Likewise. * find/pred.c: Likewise. * find/parser.c: Likewise. * find/fstype.c: Likewise. * find/find.c: Likewise. S

[PATCH] Split exec-related code into a new file, exec.c

2010-04-17 Thread James Youngman
* find/exec.c: New file. (initialise_wd_for_exec): Move out of pred.c (record_exec_dir): Likewise. (impl_pred_exec): Likewise. (prep_child_for_exec): Likewise. (launch): Likewise. * find/pred.c: These functions are moved out of this file. * find/defs.h: impl_pred_exec is no longer static in pred.c,

[PATCH] Remove obsolete module strpbrk.

2010-04-17 Thread James Youngman
* import-gnulib.config (modules): Remove strpbrk. Signed-off-by: James Youngman --- ChangeLog|3 +++ import-gnulib.config |1 - 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index b32ebc8..acf95c1 100644 --- a/ChangeLog +++ b/ChangeLog @