From 94e4fb7426fd0311f15beb3f244807b75a0558c7 Mon Sep 17 00:00:00 2001 From: marius Date: Fri, 25 Mar 2016 00:58:15 +0000 Subject: [PATCH] Set the static abitag to the current value of __FreeBSD_version. Approved by: re (implicit) git-svn-id: svn://svn.freebsd.org/base/releng/10.3@297261 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- lib/csu/common/crtbrand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/csu/common/crtbrand.c b/lib/csu/common/crtbrand.c index 04df686ba..bd2356c73 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 = 1003000 }; -- 2.42.0