From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QKr4G-00020B-SX for garchives@archives.gentoo.org; Fri, 13 May 2011 12:02:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FCA71C05E; Fri, 13 May 2011 12:01:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CBC4E1C05E for ; Fri, 13 May 2011 12:01:56 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 731F01BC0CB for ; Fri, 13 May 2011 12:01:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9EE6980504 for ; Fri, 13 May 2011 12:01:55 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <4a373e637f72ade1f8aa1e6b2c912baabbb7c3d9.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:master commit in: src/ X-VCS-Repository: proj/elfix X-VCS-Files: src/fix-gnustack.c X-VCS-Directories: src/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 4a373e637f72ade1f8aa1e6b2c912baabbb7c3d9 Date: Fri, 13 May 2011 12:01:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 13e7aac3e297b301ff9fe501ebbb02ae commit: 4a373e637f72ade1f8aa1e6b2c912baabbb7c3d9 Author: Anthony G. Basile opensource dyc edu= > AuthorDate: Fri May 13 12:01:49 2011 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri May 13 12:01:49 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/elfix.git;a=3D= commit;h=3D4a373e63 src/fix-gnustack.c: minor syntactic change --- src/fix-gnustack.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/fix-gnustack.c b/src/fix-gnustack.c index 3c12700..2ef1a5d 100644 --- a/src/fix-gnustack.c +++ b/src/fix-gnustack.c @@ -44,7 +44,8 @@ print_help(char *v) "options : Print out protection flags on PT_GNU_STACK\n" " : -f Remove X if WX flags are set on PT_GNU_STACK\n" " : -h Print out this help\n", - basename(v), basename(v) + basename(v), + basename(v) ); =20 exit(EXIT_SUCCESS);