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 | |
| parent | 6cb390fe94f52824a2f30a8839484af28d69d55a (diff) | |
- Switch releng/11.1 to -RELEASE.upstream/11.1.0release/11.1.0
- Add the anticipated 11.1-RELEASE date to UPDATING.
- Set a static __FreeBSD_version.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
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 04df686ba731..d15aaf12bfb2 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 }; |
