projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29f9b2f
)
Squash a warning by making function declaration a proper prototype
author
Eric Andersen
<andersen@codepoet.org>
Wed, 11 Dec 2002 04:26:28 +0000
(
04:26
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 11 Dec 2002 04:26:28 +0000
(
04:26
-0000)
shell/lash.c
patch
|
blob
|
history
diff --git
a/shell/lash.c
b/shell/lash.c
index c4d6ef04e93684eee24e98100f84e26b5037e481..35929898e4d2f6e685a4c9a510a7182758ecd34b 100644
(file)
--- 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;