svn commit: r324092 - releng/10.4/lib/csu/common
Marius Strobl
marius at FreeBSD.org
Fri Sep 29 00:00:33 UTC 2017
Author: marius
Date: Fri Sep 29 00:00:32 2017
New Revision: 324092
URL: https://svnweb.freebsd.org/changeset/base/324092
Log:
Set the static abitag to the current value of __FreeBSD_version.
Approved by: re (implicit)
Modified:
releng/10.4/lib/csu/common/crtbrand.c
Modified: releng/10.4/lib/csu/common/crtbrand.c
==============================================================================
--- releng/10.4/lib/csu/common/crtbrand.c Thu Sep 28 23:05:08 2017 (r324091)
+++ releng/10.4/lib/csu/common/crtbrand.c Fri Sep 29 00:00:32 2017 (r324092)
@@ -62,5 +62,5 @@ static const struct {
.descsz = sizeof(int32_t),
.type = ABI_NOTETYPE,
.name = NOTE_FREEBSD_VENDOR,
- .desc = __FreeBSD_version
+ .desc = 1004000
};
More information about the svn-src-releng
mailing list