Re: svn commit: r209193 - head/sys/dev/sound/pcm

2010-06-15 Thread Bruce Evans
On Tue, 15 Jun 2010, Andriy Gapon wrote: on 15/06/2010 11:03 Kostik Belousov said the following: On Tue, Jun 15, 2010 at 07:06:54AM +, Andriy Gapon wrote: Log: sound/pcm: use non-const string as a value with SYSCTL_STRING Although the sysctls are marked with CTLFLAG_RD and the values

Re: svn commit: r209193 - head/sys/dev/sound/pcm

2010-06-15 Thread Andriy Gapon
on 15/06/2010 11:03 Kostik Belousov said the following: > On Tue, Jun 15, 2010 at 07:06:54AM +, Andriy Gapon wrote: >> Author: avg >> Date: Tue Jun 15 07:06:54 2010 >> New Revision: 209193 >> URL: http://svn.freebsd.org/changeset/base/209193 >> >> Log: >> sound/pcm: use non-const string as a

Re: svn commit: r209193 - head/sys/dev/sound/pcm

2010-06-15 Thread Kostik Belousov
On Tue, Jun 15, 2010 at 07:06:54AM +, Andriy Gapon wrote: > Author: avg > Date: Tue Jun 15 07:06:54 2010 > New Revision: 209193 > URL: http://svn.freebsd.org/changeset/base/209193 > > Log: > sound/pcm: use non-const string as a value with SYSCTL_STRING > > Although the sysctls are marke

svn commit: r209193 - head/sys/dev/sound/pcm

2010-06-15 Thread Andriy Gapon
Author: avg Date: Tue Jun 15 07:06:54 2010 New Revision: 209193 URL: http://svn.freebsd.org/changeset/base/209193 Log: sound/pcm: use non-const string as a value with SYSCTL_STRING Although the sysctls are marked with CTLFLAG_RD and the values will stay immutable, current sysctl implement