On Thu, Feb 04, 2016 at 02:02:46PM +0100, J??r??mie Courr??ges-Anglas wrote:
> +static void usage(void);

Can you make the usage static __dead void?

> +#define OPTIONS ":c:ds"

Our other daemons don't have a leading ':', why to be special here?

>       while ((ch = getopt(argc, argv, OPTIONS)) != -1) {

This OPTIONS define looks quite useless.  Why not put the string here?

anyway, OK bluhm@

Reply via email to