On 23/10/24 15:32, Dimitry Andric wrote:
The branch main has been updated by dim:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f3dbef108212460489ae68b4c47e20b73984f433
commit f3dbef108212460489ae68b4c47e20b73984f433
Author: Dimitry Andric <d...@freebsd.org>
AuthorDate: 2024-10-23 16:49:02 +0000
Commit: Dimitry Andric <d...@freebsd.org>
CommitDate: 2024-10-23 18:27:43 +0000
Bump __FreeBSD_version for llvm 19.1.2 merge
PR: 280562
MFC after: 1 month
---
sys/sys/param.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 8af2f9594bc1..7647c0d6e518 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -73,7 +73,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1500025
+#define __FreeBSD_version 1500026
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
open-vm-tools build fails after llvm19 import. I will have time to look
at it next week but maybe it's something trivial so I will leave log
here just in case
https://idaho.arrakis.com.br/data/main-amd64-default/2024-11-01_09h39m06s/logs/errors/open-vm-tools-12.5.0,2.log
--
Renato Botelho