summaryrefslogtreecommitdiff
path: root/lib/csu/common/crtbrand.c
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2020-06-12 11:44:30 +0000
committerGlen Barber <gjb@FreeBSD.org>2020-06-12 11:44:30 +0000
commit8c639945a44588f6cfdddfb057bb5aad88735da0 (patch)
treec2bd49a7ed5a399c57478c7ba210d107c707d1fc /lib/csu/common/crtbrand.c
parent4881a1d6caa38c33e15b7cf663695216efd1b375 (diff)
Diffstat (limited to 'lib/csu/common/crtbrand.c')
-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 a379dfa61085c..94d97bc70c06a 100644
--- a/lib/csu/common/crtbrand.c
+++ b/lib/csu/common/crtbrand.c
@@ -63,5 +63,5 @@ static const struct {
.descsz = sizeof(int32_t),
.type = NT_FREEBSD_ABI_TAG,
.name = NOTE_FREEBSD_VENDOR,
- .desc = __FreeBSD_version
+ .desc = 1104001
};