On Tue, Jul 23, 2013 at 10:18:01AM -0400, Steve Dee wrote: > Nice. > > BSD doesn't have mntent or /proc, but does have getmntinfo. I think we > can create a common interface that requires a minimal amount of > conditional compilation (though obviously no conditional compilation > is better than any conditional compilation), but I don't have time to > do this for the next few days.
Yeah I chose to do df(1) exactly because it will be incompatible with BSD. I want to find a sensible solution so we can have it working on BSD as well. David, the df(1) patch depends on my sha512sum(1) patch. The latter introduces -Wno-long-long. I should have probably sent a separate patch for that. Let me know if that is the case and I will send one. Thanks, sin