From 0d37ae10faea9e8c62a0660d4d282aad8606b478 Mon Sep 17 00:00:00 2001 From: andersen Date: Tue, 6 Mar 2001 20:47:31 +0000 Subject: Fix func prototype git-svn-id: svn://busybox.net/trunk/busybox@1986 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- lash.c | 1 + sh.c | 1 + shell/lash.c | 1 + 3 files changed, 3 insertions(+) diff --git a/lash.c b/lash.c index 11016a009..b7c5ec525 100644 --- a/lash.c +++ b/lash.c @@ -153,6 +153,7 @@ static int run_command_predicate(char *cmd); /* function prototypes for shell stuff */ static void mark_open(int fd); static void mark_closed(int fd); +static void close_all(void); static void checkjobs(struct jobset *job_list); static int get_command(FILE * source, char *command); static int parse_command(char **command_ptr, struct job *job, int *inbg); diff --git a/sh.c b/sh.c index 11016a009..b7c5ec525 100644 --- a/sh.c +++ b/sh.c @@ -153,6 +153,7 @@ static int run_command_predicate(char *cmd); /* function prototypes for shell stuff */ static void mark_open(int fd); static void mark_closed(int fd); +static void close_all(void); static void checkjobs(struct jobset *job_list); static int get_command(FILE * source, char *command); static int parse_command(char **command_ptr, struct job *job, int *inbg); diff --git a/shell/lash.c b/shell/lash.c index 11016a009..b7c5ec525 100644 --- a/shell/lash.c +++ b/shell/lash.c @@ -153,6 +153,7 @@ static int run_command_predicate(char *cmd); /* function prototypes for shell stuff */ static void mark_open(int fd); static void mark_closed(int fd); +static void close_all(void); static void checkjobs(struct jobset *job_list); static int get_command(FILE * source, char *command); static int parse_command(char **command_ptr, struct job *job, int *inbg); -- cgit v1.2.3-55-g6feb