From ece8fc2b9b4d540faaae29e421837192add25e60 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 11 Dec 2002 04:26:28 +0000 Subject: Squash a warning by making function declaration a proper prototype --- shell/lash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/lash.c') diff --git a/shell/lash.c b/shell/lash.c index c4d6ef04e..35929898e 100644 --- a/shell/lash.c +++ b/shell/lash.c @@ -1532,7 +1532,7 @@ void free_memory(void) /* Make sure we have a controlling tty. If we get started under a job * aware app (like bash for example), make sure we are now in charge so * we don't fight over who gets the foreground */ -static void setup_job_control() +static void setup_job_control(void) { int status; -- cgit v1.2.3