From owner-svn-src-all@freebsd.org Fri Sep 29 00:00:33 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AF15E0FA2A; Fri, 29 Sep 2017 00:00:33 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A587729B5; Fri, 29 Sep 2017 00:00:33 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8T00WvJ025888; Fri, 29 Sep 2017 00:00:32 GMT (envelope-from marius@FreeBSD.org) Received: (from marius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8T00WV6025887; Fri, 29 Sep 2017 00:00:32 GMT (envelope-from marius@FreeBSD.org) Message-Id: <201709290000.v8T00WV6025887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marius set sender to marius@FreeBSD.org using -f From: Marius Strobl Date: Fri, 29 Sep 2017 00:00:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r324092 - releng/10.4/lib/csu/common X-SVN-Group: releng X-SVN-Commit-Author: marius X-SVN-Commit-Paths: releng/10.4/lib/csu/common X-SVN-Commit-Revision: 324092 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2017 00:00:33 -0000 Author: marius Date: Fri Sep 29 00:00:32 2017 New Revision: 324092 URL: https://svnweb.freebsd.org/changeset/base/324092 Log: Set the static abitag to the current value of __FreeBSD_version. Approved by: re (implicit) Modified: releng/10.4/lib/csu/common/crtbrand.c Modified: releng/10.4/lib/csu/common/crtbrand.c ============================================================================== --- releng/10.4/lib/csu/common/crtbrand.c Thu Sep 28 23:05:08 2017 (r324091) +++ releng/10.4/lib/csu/common/crtbrand.c Fri Sep 29 00:00:32 2017 (r324092) @@ -62,5 +62,5 @@ static const struct { .descsz = sizeof(int32_t), .type = ABI_NOTETYPE, .name = NOTE_FREEBSD_VENDOR, - .desc = __FreeBSD_version + .desc = 1004000 };