diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-29 10:30:50 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-29 10:30:50 +0000 |
commit | 3e816c1252cc55e3763f946622129d31ea1f0f20 (patch) | |
tree | 5031fd816b1df09eaa897530a37ce814bba95011 /coreutils/chmod.c | |
parent | 3d43edb28c80ee9cb54335f593d42d5d0471e15a (diff) | |
download | busybox-w32-3e816c1252cc55e3763f946622129d31ea1f0f20.tar.gz busybox-w32-3e816c1252cc55e3763f946622129d31ea1f0f20.tar.bz2 busybox-w32-3e816c1252cc55e3763f946622129d31ea1f0f20.zip |
- fold recurse, depthFirst and dereference params into one param flags.
Minor size improvement (-16b for size, -24b according to bloat-o-meter).
Diffstat (limited to 'coreutils/chmod.c')
-rw-r--r-- | coreutils/chmod.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/coreutils/chmod.c b/coreutils/chmod.c index 11c6731a1..9a73218a1 100644 --- a/coreutils/chmod.c +++ b/coreutils/chmod.c | |||
@@ -101,8 +101,6 @@ int chmod_main(int argc, char **argv) | |||
101 | do { | 101 | do { |
102 | if (!recursive_action(*argv, | 102 | if (!recursive_action(*argv, |
103 | OPT_RECURSE, // recurse | 103 | OPT_RECURSE, // recurse |
104 | FALSE, // follow links: coreutils doesn't | ||
105 | FALSE, // depth first | ||
106 | fileAction, // file action | 104 | fileAction, // file action |
107 | fileAction, // dir action | 105 | fileAction, // dir action |
108 | smode, // user data | 106 | smode, // user data |