Re: pr_output variable arguments

2017-03-03 Thread David Hill
Much easier to read as well. OK On Fri, Mar 03, 2017 at 03:49:08PM +0100, Alexander Bluhm wrote: > Hi, > > I prefer compiler checks over variable argument lists. > So lets convert the pr_output functions. > > ok? > > bluhm > > Index: net/pfkey.c > =

Re: pr_output variable arguments

2017-03-03 Thread Claudio Jeker
On Fri, Mar 03, 2017 at 03:49:08PM +0100, Alexander Bluhm wrote: > Hi, > > I prefer compiler checks over variable argument lists. > So lets convert the pr_output functions. > > ok? Please yes. OK claudio > bluhm > > Index: net/pfkey.c >

pr_output variable arguments

2017-03-03 Thread Alexander Bluhm
Hi, I prefer compiler checks over variable argument lists. So lets convert the pr_output functions. ok? bluhm Index: net/pfkey.c === RCS file: /cvs/src/sys/net/pfkey.c,v retrieving revision 1.38 diff -u -p -r1.38 pfkey.c --- net/pf