summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-09-22 19:04:08 +0000
committergjb <gjb@FreeBSD.org>2016-09-22 19:04:08 +0000
commit95bed3e967bdcc02fb6fb25869db85371d0481cc (patch)
tree9eda1098c49a1a99e16e83eed6a59630e384a451
parent49b9c0faa9a862ddf1c42b493586ded778f2a594 (diff)
downloadFreeBSD-src-95bed3e967bdcc02fb6fb25869db85371d0481cc.zip
FreeBSD-src-95bed3e967bdcc02fb6fb25869db85371d0481cc.tar.gz
Statically set __FreeBSD_version for 11.0-RELEASE.
Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
-rw-r--r--lib/csu/common/crtbrand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/common/crtbrand.c b/lib/csu/common/crtbrand.c
index 04df686..5cf181c 100644
--- a/lib/csu/common/crtbrand.c
+++ b/lib/csu/common/crtbrand.c
@@ -62,5 +62,5 @@ static const struct {
.descsz = sizeof(int32_t),
.type = ABI_NOTETYPE,
.name = NOTE_FREEBSD_VENDOR,
- .desc = __FreeBSD_version
+ .desc = 1100122
};
OpenPOWER on IntegriCloud