https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251073
--- Comment #10 from marshall <marshall.rua...@qq.com> --- (In reply to Adriaan de Groot from comment #8) Okey, I made a test.c file with what you give me and compile it by clang here is the test output: $ ./a.out 0: 12.2-RELEASE $ UNAME_r="derpderp" ./a.out 0: derpderp $ UNAME_r="something_not_fun" ./a.out 0: something_not_fun But this is still weird, it can not explain where is the "12.1-P10" comes from. Anyway, thanks. -- You are receiving this mail because: You are the assignee for the bug.