Re: svn commit: r345196 - head/sys/sys

2019-03-15 Thread John Baldwin
On 3/15/19 11:28 AM, John Baldwin wrote: > On 3/15/19 11:18 AM, Gleb Smirnoff wrote: >> Author: glebius >> Date: Fri Mar 15 18:18:05 2019 >> New Revision: 345196 >> URL: https://svnweb.freebsd.org/changeset/base/345196 >> >> Log: >> Deanonymize thread and proc state enums, so that a userland app

Re: svn commit: r345196 - head/sys/sys

2019-03-15 Thread John Baldwin
On 3/15/19 11:18 AM, Gleb Smirnoff wrote: > Author: glebius > Date: Fri Mar 15 18:18:05 2019 > New Revision: 345196 > URL: https://svnweb.freebsd.org/changeset/base/345196 > > Log: > Deanonymize thread and proc state enums, so that a userland app can > use them without redefining the value nam

svn commit: r345196 - head/sys/sys

2019-03-15 Thread Gleb Smirnoff
Author: glebius Date: Fri Mar 15 18:18:05 2019 New Revision: 345196 URL: https://svnweb.freebsd.org/changeset/base/345196 Log: Deanonymize thread and proc state enums, so that a userland app can use them without redefining the value names. New clang no longer allows to redefine a enum value