[BusyBox-cvs] busybox/shell lash.c,1.148,1.149

Erik Andersen andersen at codepoet.org
Wed Dec 11 04:26:34 UTC 2002


Update of /var/cvs/busybox/shell
In directory winder:/tmp/cvs-serv9971/shell

Modified Files:
	lash.c 
Log Message:
Squash a warning by making function declaration a proper prototype


Index: lash.c
===================================================================
RCS file: /var/cvs/busybox/shell/lash.c,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- lash.c	28 Nov 2002 11:27:30 -0000	1.148
+++ lash.c	11 Dec 2002 04:26:28 -0000	1.149
@@ -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;
 	




More information about the busybox-cvs mailing list