diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2026-04-23 17:05:55 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2026-04-23 17:05:55 +0000 |
| commit | 68d2339bc6afadba0107208430af03731a2e3f4a (patch) | |
| tree | 22139ac5675bb327e60139fc326978358c4f7a73 | |
| parent | 9a6e9d7799235d3e122bcc8065e865ae265a6ce2 (diff) | |
Bump __FreeBSD_version for changing various kernel APIs to use pointers
Effort: CHERI upstreaming
Sponsored by: AFRL, DARPA
| -rw-r--r-- | sys/sys/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index 6142165d1c99..f9eb3e9de5f5 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -74,7 +74,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1600015 +#define __FreeBSD_version 1600016 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |
