diff options
author | marius <marius@FreeBSD.org> | 2016-03-25 00:58:15 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2016-03-25 00:58:15 +0000 |
commit | 6cbc8af47c1d5233006734dacda4ca45dca4c681 (patch) | |
tree | 48c43116bd313117512708fdd6c6ca5ff0f6922d | |
parent | 9a9285a21bbeea8e4f258985edc38ceab7cd9607 (diff) | |
download | FreeBSD-src-6cbc8af47c1d5233006734dacda4ca45dca4c681.zip FreeBSD-src-6cbc8af47c1d5233006734dacda4ca45dca4c681.tar.gz |
Set the static abitag to the current value of __FreeBSD_version.
Approved by: re (implicit)
-rw-r--r-- | lib/csu/common/crtbrand.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; |