- fold recurse, depthFirst and dereference params into one param flags.
[oweals/busybox.git] / coreutils / chmod.c
index 11c6731a190fce41375f308039813e4e423ba350..9a73218a1a324daa9c71fd0526da9c104a445a0c 100644 (file)
@@ -101,8 +101,6 @@ int chmod_main(int argc, char **argv)
        do {
                if (!recursive_action(*argv,
                        OPT_RECURSE,    // recurse
-                       FALSE,          // follow links: coreutils doesn't
-                       FALSE,          // depth first
                        fileAction,     // file action
                        fileAction,     // dir action
                        smode,          // user data