diff options
author | Luiz Souza <luiz@netgate.com> | 2017-07-21 22:54:14 -0500 |
---|---|---|
committer | Luiz Souza <luiz@netgate.com> | 2017-07-21 22:54:14 -0500 |
commit | a663a2bc73dae111d39fd16cd6f9dd47a3932442 (patch) | |
tree | fe2f06e5eb3758eae086d0597e3355300a67b400 /lib | |
parent | 7f80cac8568bf57a876f26b2cb6ccd795108e67d (diff) | |
parent | 2f4b735c66deb54490042a818e8fd26fa46818f1 (diff) | |
download | FreeBSD-src-a663a2bc73dae111d39fd16cd6f9dd47a3932442.zip FreeBSD-src-a663a2bc73dae111d39fd16cd6f9dd47a3932442.tar.gz |
Merge remote-tracking branch 'origin/releng/11.1' into RELENG_2_4_1
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 04df686..d15aaf1 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 = 1101001 }; |