Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Aug 2021 16:04:28 GMT
From:      Ka Ho Ng <khng@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 76321d2d432e - main - param: Bump __FreeBSD_version to 1400032
Message-ID:  <202108251604.17PG4Sev064358@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by khng:

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

commit 76321d2d432ed270d93b282e54e59b708c0cf3b4
Author:     Ka Ho Ng <khng@FreeBSD.org>
AuthorDate: 2021-08-25 16:02:43 +0000
Commit:     Ka Ho Ng <khng@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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108251604.17PG4Sev064358>