svn commit: r297261 - releng/10.3/lib/csu/common

Marius Strobl marius at FreeBSD.org
Fri Mar 25 00:58:17 UTC 2016


Author: marius
Date: Fri Mar 25 00:58:15 2016
New Revision: 297261
URL: https://svnweb.freebsd.org/changeset/base/297261

Log:
  Set the static abitag to the current value of __FreeBSD_version.
  
  Approved by:	re (implicit)

Modified:
  releng/10.3/lib/csu/common/crtbrand.c

Modified: releng/10.3/lib/csu/common/crtbrand.c
==============================================================================
--- releng/10.3/lib/csu/common/crtbrand.c	Fri Mar 25 00:40:04 2016	(r297260)
+++ releng/10.3/lib/csu/common/crtbrand.c	Fri Mar 25 00:58:15 2016	(r297261)
@@ -62,5 +62,5 @@ static const struct {
 	.descsz = sizeof(int32_t),
 	.type = ABI_NOTETYPE,
 	.name = NOTE_FREEBSD_VENDOR,
-	.desc = __FreeBSD_version
+	.desc = 1003000
 };


More information about the svn-src-releng mailing list