Re: CVS commit: src/sbin/raidctl

2022-06-18 Thread Robert Elz
Date:Sat, 18 Jun 2022 14:45:12 - (UTC) From:chris...@astron.com (Christos Zoulas) Message-ID: | Nevertheless why don't we make the char one unsigned char? I wondered about that possibility, but it was a bigger change than I wanted to make at the time - I didn't

Re: CVS commit: src/sbin/raidctl

2022-06-18 Thread Christos Zoulas
In article <20220614080613.b4570f...@cvs.netbsd.org>, Robert Elz wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: kre >Date: Tue Jun 14 08:06:13 UTC 2022 > >Modified Files: > src/sbin/raidctl: rf_configure.c > >Log Message: >Fix some config file parsing. > >First, and what

Re: CVS commit: src/sbin/raidctl

2015-05-28 Thread Joerg Sonnenberger
On Wed, May 27, 2015 at 03:31:15PM +, Emmanuel Dreyfus wrote: > Module Name: src > Committed By: manu > Date: Wed May 27 15:31:15 UTC 2015 > > Modified Files: > src/sbin/raidctl: raidctl.c > > Log Message: > Better sanity check numbers given to raidctl(8) > > Replace atoi(3) b