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

Reply via email to