From owner-cvs-all@FreeBSD.ORG Fri Dec 7 14:15:47 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88AF516A418; Fri, 7 Dec 2007 14:15:47 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5FC9213C457; Fri, 7 Dec 2007 14:15:47 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lB7EFl61079046; Fri, 7 Dec 2007 14:15:47 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lB7EFkLd079045; Fri, 7 Dec 2007 14:15:46 GMT (envelope-from kib) Message-Id: <200712071415.lB7EFkLd079045@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 7 Dec 2007 14:15:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/csu/common crtbrand.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2007 14:15:47 -0000 kib 2007-12-07 14:15:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/csu/common crtbrand.c Log: MFC rev. 1.5, 1.6: Restore the branding of the ELF executables. The structure was optimized out. Approved by: re (kensmith) Revision Changes Path 1.4.10.1 +1 -1 src/lib/csu/common/crtbrand.c