diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2017-09-29 00:00:32 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2017-09-29 00:00:32 +0000 |
| commit | 015fffc8b21b27e95acee5da9c7cccbb4deaf2c7 (patch) | |
| tree | 73a0baa5e8ee703ec85a346927a3063d9821a3a8 | |
| parent | 2d417323eb15f0c37bf07d85fb10fedf308c481c (diff) | |
Notes
| -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 04df686ba731..a803461fcbed 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 = 1004000 }; |
