Re: [patch]apmd ? sign

2015-11-08 Thread Mark Kettenis
> Date: Sun, 8 Nov 2015 22:42:19 +0100 > From: Fritjof Bornebusch > > On Wed, May 20, 2015 at 05:08:21PM +0200, Fritjof Bornebusch wrote: > > Ping Sorry. But I don't see the point. You think the case '?' is superfluous, others like me will see it serversas

Re: [patch]apmd ? sign

2015-11-08 Thread Fritjof Bornebusch
On Wed, May 20, 2015 at 05:08:21PM +0200, Fritjof Bornebusch wrote: Ping > > Index: apmd.c > === > RCS file: /cvs/src/usr.sbin/apmd/apmd.c,v > retrieving revision 1.75 > diff -u -p -r1.75 apmd.c > --- apmd.c6 Feb 2015

Re: [patch]apmd ? sign

2015-05-20 Thread Theo de Raadt
But why is this necessary, haven't seen this in other deamons? BTW: isn't the \* FALLTHROUGH *\ comment missing? It is an old style of coding to allow -? in that way. It is bogus. I mopped up much of the tree (I think around 2005?) but there are more opportunities. Please someone do a

Re: [patch]apmd ? sign

2015-05-20 Thread Claudio Jeker
On Wed, May 20, 2015 at 10:21:12PM +0200, Fritjof Bornebusch wrote: On Wed, May 20, 2015 at 09:35:03PM +0200, Alexander Hall wrote: On May 20, 2015 5:08:21 PM GMT+02:00, Fritjof Bornebusch frit...@alokat.org wrote: Hi, for what is the ? sign for? fallthrough to usage()

Re: [patch]apmd ? sign

2015-05-20 Thread Fritjof Bornebusch
On Wed, May 20, 2015 at 09:35:03PM +0200, Alexander Hall wrote: On May 20, 2015 5:08:21 PM GMT+02:00, Fritjof Bornebusch frit...@alokat.org wrote: Hi, for what is the ? sign for? fallthrough to usage() But why is this necessary, haven't seen this in other deamons? BTW: isn't the \*

Re: [patch]apmd ? sign

2015-05-20 Thread Alexander Hall
On May 20, 2015 5:08:21 PM GMT+02:00, Fritjof Bornebusch frit...@alokat.org wrote: Hi, for what is the ? sign for? fallthrough to usage() # apmd -? /Alexander Regards, --F. Index: apmd.c === RCS file:

Re: [patch]apmd ? sign

2015-05-20 Thread Martin, Matthew
But why is this necessary, haven't seen this in other deamons? BTW: isn't the \* FALLTHROUGH *\ comment missing? It is an old style of coding to allow -? in that way. It is bogus. I mopped up much of the tree (I think around 2005?) but there are more opportunities. Please someone do a

[patch]apmd ? sign

2015-05-20 Thread Fritjof Bornebusch
Hi, for what is the ? sign for? Regards, --F. Index: apmd.c === RCS file: /cvs/src/usr.sbin/apmd/apmd.c,v retrieving revision 1.75 diff -u -p -r1.75 apmd.c --- apmd.c 6 Feb 2015 08:16:50 - 1.75 +++ apmd.c 20