runit patches to fix compiler warnings on RHEL 7

2019-11-25 Thread J. Lewis Muir
Hello! Is runit hosted in a public source code repo? If so, where? Are patches to fix runit compiler warnings on RHEL 7 welcome? Thank you! Lewis

Re: The "Unix Philosophy 2020" document

2019-11-25 Thread Casper Ti. Vector
On Mon, Nov 25, 2019 at 10:52:02AM +0800, Casper Ti. Vector wrote: > Macros and/or helper functions (again cf. [1]; they can be factored into > a mini-library in nosh) can also be used to reduce boilerplate like > > const int error(errno); > > std::fprintf(stderr, ..., std::strerror(error)); > >