]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Deanonymize thread and proc state enums, so that a userland app can
authorglebius <glebius@FreeBSD.org>
Fri, 15 Mar 2019 18:18:05 +0000 (18:18 +0000)
committerglebius <glebius@FreeBSD.org>
Fri, 15 Mar 2019 18:18:05 +0000 (18:18 +0000)
commit7c045aad764741edb00df52f38e86d2a8013aa03
treed132ef50945d94eea04180d5c5a13d0a89493257
parent07c7181f1bbe84a50dfe1d20ba3d7c2dd7e446f7
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 name to the same value.

Bump __FreeBSD_version, since ports depend on that.

Discussed with: jhb
sys/sys/param.h
sys/sys/proc.h