summaryrefslogtreecommitdiff
path: root/lib/csu/common
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2017-07-20 23:39:50 +0000
committerGlen Barber <gjb@FreeBSD.org>2017-07-20 23:39:50 +0000
commite1b2281799bf1cab48b112204fef079e6835cde5 (patch)
tree42f53c01e08a46d5fd20f6e9ce1e503aeaf7f59d /lib/csu/common
parent6cb390fe94f52824a2f30a8839484af28d69d55a (diff)
Diffstat (limited to 'lib/csu/common')
-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 04df686ba731f..d15aaf12bfb2a 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 = 1101001
};