diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2016-09-22 19:04:08 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2016-09-22 19:04:08 +0000 |
| commit | 4372a8abb9ea9ec793d49ddad5e298bdad7b2ee1 (patch) | |
| tree | 9eda1098c49a1a99e16e83eed6a59630e384a451 | |
| parent | ee2ac57fcd46b5e2de9020f569fb831add5edfe3 (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..5cf181c076cf 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 = 1100122 }; |
