commit | ece8fc2b9b4d540faaae29e421837192add25e60 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed Dec 11 04:26:28 2002 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed Dec 11 04:26:28 2002 +0000 |
tree | 18e414431f669e5f2de08470da90a9071fa9926d | |
parent | 29f9b2fbdbfdd1509aa0a91df70764c72e2b3e54 [diff] [blame] |
Squash a warning by making function declaration a proper prototype
diff --git a/shell/lash.c b/shell/lash.c index c4d6ef0..3592989 100644 --- a/shell/lash.c +++ b/shell/lash.c
@@ -1532,7 +1532,7 @@ /* 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;