Age | Commit message (Collapse) | Author |
|
Sigh. Implement the complex cases and you screw up the simple cases you already tested...
|
|
TOYBOX_HELP controlling infrastructure.
|
|
LOOP_SET_CAPACITY. Substitute constants so they can get the rest of losetup without a build break.
|
|
if (file) ffd = open(); at end of of function: if (file) close(ffd); "file" is an argument to the function and nothing else assigns to it. gcc warning on that close, "ffd may be used uninitialized!" _HOW_?)
|
|
other places that were setting it that no longer need to.
|
|
|