From 2700a9b697bffd971f596dba2c09371ae4c3912c Mon Sep 17 00:00:00 2001 From: axel Date: Tue, 1 Aug 2006 02:35:48 +1000 Subject: [PATCH] Use the new array_list functions in exec.c darcs-hash:20060731163548-ac50b-3b503e0457b33c6bb2eda0040a9fa7f15e6afe32.gz --- exec.c | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/exec.c b/exec.c index 9fda54d21..a36e81eaa 100644 --- a/exec.c +++ b/exec.c @@ -79,7 +79,6 @@ static array_list_t *open_fds=0; static int set_child_group( job_t *j, process_t *p, int print_errors ); - void exec_close( int fd ) { int i; @@ -98,13 +97,12 @@ void exec_close( int fd ) { for( i=0; i