git: 76321d2d432e - main - param: Bump __FreeBSD_version to 1400032

Ka Ho Ng khng at FreeBSD.org
Wed Aug 25 16:04:28 UTC 2021


The branch main has been updated by khng:

URL: https://cgit.FreeBSD.org/src/commit/?id=76321d2d432ed270d93b282e54e59b708c0cf3b4

commit 76321d2d432ed270d93b282e54e59b708c0cf3b4
Author:     Ka Ho Ng <khng at FreeBSD.org>
AuthorDate: 2021-08-25 16:02:43 +0000
Commit:     Ka Ho Ng <khng at FreeBSD.org>
CommitDate: 2021-08-25 16:03:55 +0000

    param: Bump __FreeBSD_version to 1400032
    
    Commit 9e202d036dd6 introduces incompatible changes to
    fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9)'s
    rmsr.r_offset/*offset return value.
    
    Sponsored by:   The FreeBSD Foundation
---
 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 82787b4552af..04baa3cf3690 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -76,7 +76,7 @@
  * cannot include sys/param.h and should only be updated here.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1400031
+#define __FreeBSD_version 1400032
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the dev-commits-src-all mailing list