diff options
author | Glen Barber <gjb@FreeBSD.org> | 2020-06-12 11:41:39 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2020-06-12 11:41:39 +0000 |
commit | 6e5e8b4211afdf317bad33c9a9a81499b452d7bb (patch) | |
tree | dc6051051ba43bc7949f9c3953bd25f5afe19bfc /lib/csu/common/crtbrand.c | |
parent | 47bfe6b6f0881577e22da4fcab7350e7fa59aa85 (diff) | |
download | src-6e5e8b4211afdf317bad33c9a9a81499b452d7bb.tar.gz src-6e5e8b4211afdf317bad33c9a9a81499b452d7bb.zip |
Revert r362079 in order to correct an issue that triggered
a build failure in 11.4-RELEASE builds.
Approved by: re (implicit)
Sponsored by: Rubicon Communications, LLC (netgate.com)
Notes
Notes:
svn path=/releng/11.4/; revision=362092
Diffstat (limited to 'lib/csu/common/crtbrand.c')
-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 94d97bc70c06..a379dfa61085 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 = 1104001 + .desc = __FreeBSD_version }; |