diff options
author | Glen Barber <gjb@FreeBSD.org> | 2018-06-21 22:59:49 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2018-06-21 22:59:49 +0000 |
commit | 617bf97c016b3bd3305cd606897ead7dcc7634a1 (patch) | |
tree | 1ef2cf6f2d90b136f3ddbc055e37517ab57b8a24 /lib | |
parent | 071c535fa28c11da5c0874995fdf3de15f4aae3f (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 04df686ba731f..fc7e1ec789c64 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 = 1102000 }; |