Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-03 | Some older build environments don't have LOOP_CTL_GET_FREE or ↵ | Rob Landley | |
LOOP_SET_CAPACITY. Substitute constants so they can get the rest of losetup without a build break. | |||
2013-01-14 | Silence deeply stupid gcc warning. (First non-declaration line of function: ↵ | Rob Landley | |
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_?) | |||
2013-01-02 | Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out ↵ | Rob Landley | |
other places that were setting it that no longer need to. | |||
2012-12-30 | Add losetup. (Who knows, it might even work.) | Rob Landley | |