diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2021-12-02 00:08:38 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2021-12-02 00:08:38 +0000 |
| commit | 70cb68e7a00ac0310a2d0ca428c1d5018e6d39e1 (patch) | |
| tree | ebb838556855193a811ac973469fc552431ed8af /lib | |
| parent | 8ffcfb399b20f027cb50afe41c7f83c52c008191 (diff) | |
Diffstat (limited to 'lib')
| -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 f8fb0024db24..0dc3114b2fa7 100644 --- a/lib/csu/common/crtbrand.c +++ b/lib/csu/common/crtbrand.c @@ -65,7 +65,7 @@ static const struct { .descsz = sizeof(int32_t), .type = NT_FREEBSD_ABI_TAG, .name = NOTE_FREEBSD_VENDOR, - .desc = __FreeBSD_version + .desc = 1203000 }; static const struct { |
