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
 };
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to