diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-28 12:30:24 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-28 12:30:24 +0100 |
commit | 083e172641b64c564b7ec5478197dccbde43b421 (patch) | |
tree | ed2cbfa8c4ad1c39a25c84bce8eb6ff224b623ed /shell | |
parent | 6b9f1633537e2ff06eb1a0741e4598a294f40fcb (diff) | |
download | busybox-w32-083e172641b64c564b7ec5478197dccbde43b421.tar.gz busybox-w32-083e172641b64c564b7ec5478197dccbde43b421.tar.bz2 busybox-w32-083e172641b64c564b7ec5478197dccbde43b421.zip |
style fixes, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/msh_unused.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/msh_unused.c b/shell/msh_unused.c index 54680226a..fe2cca816 100644 --- a/shell/msh_unused.c +++ b/shell/msh_unused.c | |||
@@ -464,7 +464,7 @@ static void ioecho(char c); | |||
464 | * IO control | 464 | * IO control |
465 | */ | 465 | */ |
466 | static void pushio(struct ioarg *argp, int (*f) (struct ioarg *)); | 466 | static void pushio(struct ioarg *argp, int (*f) (struct ioarg *)); |
467 | #define PUSHIO(what,arg,gen) ((temparg.what = (arg)), pushio(&temparg,(gen))) | 467 | #define PUSHIO(what,arg,gen) ((temparg.what = (arg)), pushio(&temparg, (gen))) |
468 | static int remap(int fd); | 468 | static int remap(int fd); |
469 | static int openpipe(int *pv); | 469 | static int openpipe(int *pv); |
470 | static void closepipe(int *pv); | 470 | static void closepipe(int *pv); |