From 6cbc8af47c1d5233006734dacda4ca45dca4c681 Mon Sep 17 00:00:00 2001 From: marius Date: Fri, 25 Mar 2016 00:58:15 +0000 Subject: Set the static abitag to the current value of __FreeBSD_version. Approved by: re (implicit) --- lib/csu/common/crtbrand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/csu/common/crtbrand.c b/lib/csu/common/crtbrand.c index 04df686..bd2356c 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 }; -- cgit v1.1