The branch stable/13 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=68c94c3bc0decf90f7173587e370cffa473c58a3
commit 68c94c3bc0decf90f7173587e370cffa473c58a3 Author: Dimitry Andric <[email protected]> AuthorDate: 2025-12-29 23:48:21 +0000 Commit: Dimitry Andric <[email protected]> CommitDate: 2025-12-29 23:48:21 +0000 Remove __deprecated definition from OpenZFS compiler.h Since it is now provided by <sys/cdefs.h>. Direct commit to stable/13, since OpenZFS compiler.h has been substantially changed in newer branches. --- sys/contrib/openzfs/include/os/freebsd/linux/compiler.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/contrib/openzfs/include/os/freebsd/linux/compiler.h b/sys/contrib/openzfs/include/os/freebsd/linux/compiler.h index 79f9b2d8a96a..b60c8d419d58 100644 --- a/sys/contrib/openzfs/include/os/freebsd/linux/compiler.h +++ b/sys/contrib/openzfs/include/os/freebsd/linux/compiler.h @@ -50,7 +50,6 @@ #define __cond_lock(x, c) (c) #define __bitwise #define __devinitdata -#define __deprecated #define __init #define __initconst #define __devinit
