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