diff options
author | Glen Barber <gjb@FreeBSD.org> | 2017-07-20 23:39:50 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2017-07-20 23:39:50 +0000 |
commit | e1b2281799bf1cab48b112204fef079e6835cde5 (patch) | |
tree | 42f53c01e08a46d5fd20f6e9ce1e503aeaf7f59d /lib/csu/common | |
parent | 6cb390fe94f52824a2f30a8839484af28d69d55a (diff) |
Diffstat (limited to 'lib/csu/common')
-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..d15aaf12bfb2a 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 }; |