Re: "%m" formatting code and "syslog like"

2018-09-14 Thread Ian Bruene
On 09/12/2018 01:44 PM, David Holland wrote: On Mon, Sep 10, 2018 at 12:08:07PM -0500, Ian Bruene wrote: > > > what was what; I may be sending in a documentation patch soon. > > > > Please do... it's easy to overlook gaps in the documentation when > >

Re: "%m" formatting code and "syslog like"

2018-09-10 Thread Ian Bruene
On 09/03/2018 05:26 PM, David Holland wrote: On Fri, Aug 31, 2018 at 07:11:10PM -0500, Ian Bruene wrote: > However it was necessary to dig into the NetBSD code itself to discover > what was what; I may be sending in a documentation patch soon. Please do... it's easy to overl

Re: "%m" formatting code and "syslog like"

2018-08-31 Thread Ian Bruene
From the pointers in this discussion I am attempting a fix, though I have to wait until one of our other devs with a NetBSD box can test it. However it was necessary to dig into the NetBSD code itself to discover what was what; I may be sending in a documentation patch soon. -- /"In the end

"%m" formatting code and "syslog like"

2018-08-30 Thread Ian Bruene
Hello I am one of the developers on NTPsec and we are getting warnings on NetBSD 8.0 in the form: ../../ntpd/ntp_io.c:1962:14: warning: %m is only allowed in syslog(3) like functions [-Wformat=] This feature appears to have been added here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=679