svn commit: r286664 - releng/10.2/lib/csu/common

Glen Barber gjb at FreeBSD.org
Wed Aug 12 14:02:57 UTC 2015


Author: gjb
Date: Wed Aug 12 14:02:56 2015
New Revision: 286664
URL: https://svnweb.freebsd.org/changeset/base/286664

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

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

Modified: releng/10.2/lib/csu/common/crtbrand.c
==============================================================================
--- releng/10.2/lib/csu/common/crtbrand.c	Wed Aug 12 11:56:19 2015	(r286663)
+++ releng/10.2/lib/csu/common/crtbrand.c	Wed Aug 12 14:02:56 2015	(r286664)
@@ -62,5 +62,5 @@ static const struct {
 	.descsz = sizeof(int32_t),
 	.type = ABI_NOTETYPE,
 	.name = NOTE_FREEBSD_VENDOR,
-	.desc = __FreeBSD_version
+	.desc = 1002000
 };


More information about the svn-src-all mailing list