rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit eb567b53548387240506e76fb41c1c705c19aa01
parent 6932a5d18d354b12bcbb82fc46fcb4045cc71cd4
Author: tgoodwin <tgoodwin>
Date:   Fri, 10 Jul 1998 13:27:50 +0000

change some unused argument names to `ignore'

Diffstat:
Mbuiltins.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/builtins.c b/builtins.c @@ -98,7 +98,7 @@ static void badnum(char *num) { /* a dummy command. (exec() performs "exec" simply by not forking) */ -extern void b_exec(char **av) { +extern void b_exec(char **ignore) { } #if RC_ECHO @@ -245,7 +245,7 @@ static void b_shift(char **av) { /* dud function */ -extern void b_builtin(char **av) { +extern void b_builtin(char **ignore) { } /* wait for a given process, or all outstanding processes */