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 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
Note that devel/mdb from before this commit will no longer work on kernels built with this commit (so you can't use mdb on a 12.x box to cross-debug a crash with this change anymore). Similarly, once mdb is fixed to build with this change, a new mdb built with this won't work with older kernels. -- John Baldwin _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"