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
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
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
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