aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dumpelf.c')
-rw-r--r--dumpelf.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/dumpelf.c b/dumpelf.c
index d81dcf1..3035b24 100644
--- a/dumpelf.c
+++ b/dumpelf.c
@@ -1,13 +1,11 @@
/*
* Copyright 2005-2012 Gentoo Foundation
* Distributed under the terms of the GNU General Public License v2
- * $Header: /var/cvsroot/gentoo-projects/pax-utils/dumpelf.c,v 1.33 2015/02/22 00:54:34 vapier Exp $
*
* Copyright 2005-2012 Ned Ludd - <solar@gentoo.org>
* Copyright 2005-2012 Mike Frysinger - <vapier@gentoo.org>
*/
-static const char rcsid[] = "$Id: dumpelf.c,v 1.33 2015/02/22 00:54:34 vapier Exp $";
const char argv0[] = "dumpelf";
#include "paxinc.h"
@@ -355,9 +353,9 @@ static void parseargs(int argc, char *argv[])
switch (flag) {
case 'V': /* version info */
- printf("pax-utils-%s: %s\n%s\n"
+ printf("pax-utils-%s: %s\n"
"%s written for Gentoo by <solar and vapier @ gentoo.org>\n",
- VERSION, __FILE__, rcsid, argv0);
+ VERSION, VCSID, argv0);
exit(EXIT_SUCCESS);
break;
case 'h': usage(EXIT_SUCCESS); break;