Squash a warning by making function declaration a proper prototype
authorEric Andersen <andersen@codepoet.org>
Wed, 11 Dec 2002 04:26:28 +0000 (04:26 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 11 Dec 2002 04:26:28 +0000 (04:26 -0000)
shell/lash.c

index c4d6ef04e93684eee24e98100f84e26b5037e481..35929898e4d2f6e685a4c9a510a7182758ecd34b 100644 (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;