Hide Forgot
The functions warnc, errc in bsd/err.h should have printf format string annotations, so that GCC can warn about their misuse. setproctitle in bsd/unistd.h should should have a format string, too. It seems the __printflike macro already provides a means to achieve this.
Closing as fixed as the current snapshot trees also don't require nor contain libbsd anymore.