From de74950eb7074270e5622d3bc737f23daf003bb3 Mon Sep 17 00:00:00 2001 From: gjb Date: Tue, 11 Nov 2014 19:51:27 +0000 Subject: [PATCH] Set static abitag to the current value of __FreeBSD_version. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation git-svn-id: svn://svn.freebsd.org/base/releng/10.1@274400 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..79852e8ef 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 = 1001000 }; -- 2.45.0