Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Apr 2021 00:14:54 GMT
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: df7114e92efe - releng/13.0 - 13.0: set static __FreeBSD_version
Message-ID:  <202104090014.1390Esul030033@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch releng/13.0 has been updated by gjb:

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

commit df7114e92efea8c74618c228880675594400d017
Author:     Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2021-04-09 00:12:37 +0000
Commit:     Glen Barber <gjb@FreeBSD.org>
CommitDate: 2021-04-09 00:12:37 +0000

    13.0: set static __FreeBSD_version
    
    Approved by:    re (implicit)
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 lib/csu/common/crtbrand.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/csu/common/crtbrand.S b/lib/csu/common/crtbrand.S
index bf223d84bc12..5548009eef44 100644
--- a/lib/csu/common/crtbrand.S
+++ b/lib/csu/common/crtbrand.S
@@ -45,5 +45,5 @@ __FBSDID("$FreeBSD$");
 	.4byte		NT_FREEBSD_ABI_TAG
 1:	.asciz		NOTE_FREEBSD_VENDOR
 2:	.p2align	2
-3:	.4byte		__FreeBSD_version
+3:	.4byte		1300139
 4:



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