summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2020-06-12 00:01:15 +0000
committerGlen Barber <gjb@FreeBSD.org>2020-06-12 00:01:15 +0000
commit47bfe6b6f0881577e22da4fcab7350e7fa59aa85 (patch)
treee202c7989ec19e61aefb3745645d0eef5397ae55 /lib
parentdd81a38cff512b11fdec795c129683f443c29f87 (diff)
Notes
Diffstat (limited to 'lib')
-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 a379dfa61085..94d97bc70c06 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
};