Squash a warning by making function declaration a proper prototype

This commit is contained in:
Eric Andersen 2002-12-11 04:26:28 +00:00
parent 29f9b2fbdb
commit ece8fc2b9b

View File

@ -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;