Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in pax-utils: paxelf.c
Date: Sat, 24 Nov 2012 19:53:59
Message-Id: 20121124195349.41CDB20C65@flycatcher.gentoo.org
1 vapier 12/11/24 19:53:49
2
3 Modified: paxelf.c
4 Log:
5 scanelf: drop XXX_NUM defines as those are compile-time limites, not actual field values
6
7 Revision Changes Path
8 1.77 pax-utils/paxelf.c
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/paxelf.c?rev=1.77&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/paxelf.c?rev=1.77&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/paxelf.c?r1=1.76&r2=1.77
13
14 Index: paxelf.c
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/pax-utils/paxelf.c,v
17 retrieving revision 1.76
18 retrieving revision 1.77
19 diff -u -r1.76 -r1.77
20 --- paxelf.c 24 Nov 2012 19:52:50 -0000 1.76
21 +++ paxelf.c 24 Nov 2012 19:53:49 -0000 1.77
22 @@ -1,7 +1,7 @@
23 /*
24 * Copyright 2003-2012 Gentoo Foundation
25 * Distributed under the terms of the GNU General Public License v2
26 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/paxelf.c,v 1.76 2012/11/24 19:52:50 vapier Exp $
27 + * $Header: /var/cvsroot/gentoo-projects/pax-utils/paxelf.c,v 1.77 2012/11/24 19:53:49 vapier Exp $
28 *
29 * Copyright 2005-2012 Ned Ludd - <solar@g.o>
30 * Copyright 2005-2012 Mike Frysinger - <vapier@g.o>
31 @@ -32,14 +32,12 @@
32 QUERY(ELFCLASSNONE),
33 QUERY(ELFCLASS32),
34 QUERY(ELFCLASS64),
35 - QUERY(ELFCLASSNUM),
36 { 0, 0 }
37 };
38 static pairtype elf_ei_data[] = {
39 QUERY(ELFDATANONE),
40 QUERY(ELFDATA2LSB),
41 QUERY(ELFDATA2MSB),
42 - QUERY(ELFDATANUM),
43 { 0, 0 }
44 };
45 static pairtype elf_ei_version[] = {