svn commit: r274400 - releng/10.1/lib/csu/common

Glen Barber gjb at FreeBSD.org
Tue Nov 11 19:51:28 UTC 2014


Author: gjb
Date: Tue Nov 11 19:51:27 2014
New Revision: 274400
URL: https://svnweb.freebsd.org/changeset/base/274400

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

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

Modified: releng/10.1/lib/csu/common/crtbrand.c
==============================================================================
--- releng/10.1/lib/csu/common/crtbrand.c	Tue Nov 11 19:45:14 2014	(r274399)
+++ releng/10.1/lib/csu/common/crtbrand.c	Tue Nov 11 19:51:27 2014	(r274400)
@@ -62,5 +62,5 @@ static const struct {
 	.descsz = sizeof(int32_t),
 	.type = ABI_NOTETYPE,
 	.name = NOTE_FREEBSD_VENDOR,
-	.desc = __FreeBSD_version
+	.desc = 1001000
 };


More information about the svn-src-releng mailing list