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: dumpelf.c pspax.c scanelf.c scanmacho.c
Date: Tue, 27 Sep 2011 19:58:24
Message-Id: 20110927195809.5201320036@flycatcher.gentoo.org
1 vapier 11/09/27 19:58:09
2
3 Modified: dumpelf.c pspax.c scanelf.c scanmacho.c
4 Log:
5 simplify rcsid a little
6
7 Revision Changes Path
8 1.30 pax-utils/dumpelf.c
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/dumpelf.c?rev=1.30&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/dumpelf.c?rev=1.30&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/dumpelf.c?r1=1.29&r2=1.30
13
14 Index: dumpelf.c
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/pax-utils/dumpelf.c,v
17 retrieving revision 1.29
18 retrieving revision 1.30
19 diff -u -r1.29 -r1.30
20 --- dumpelf.c 8 Dec 2010 01:24:01 -0000 1.29
21 +++ dumpelf.c 27 Sep 2011 19:58:09 -0000 1.30
22 @@ -1,13 +1,13 @@
23 /*
24 * Copyright 2005-2007 Gentoo Foundation
25 * Distributed under the terms of the GNU General Public License v2
26 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/dumpelf.c,v 1.29 2010/12/08 01:24:01 vapier Exp $
27 + * $Header: /var/cvsroot/gentoo-projects/pax-utils/dumpelf.c,v 1.30 2011/09/27 19:58:09 vapier Exp $
28 *
29 * Copyright 2005-2007 Ned Ludd - <solar@g.o>
30 * Copyright 2005-2007 Mike Frysinger - <vapier@g.o>
31 */
32
33 -static const char *rcsid = "$Id: dumpelf.c,v 1.29 2010/12/08 01:24:01 vapier Exp $";
34 +static const char rcsid[] = "$Id: dumpelf.c,v 1.30 2011/09/27 19:58:09 vapier Exp $";
35 const char argv0[] = "dumpelf";
36
37 #include "paxinc.h"
38
39
40
41 1.50 pax-utils/pspax.c
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/pspax.c?rev=1.50&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/pspax.c?rev=1.50&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/pspax.c?r1=1.49&r2=1.50
46
47 Index: pspax.c
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-projects/pax-utils/pspax.c,v
50 retrieving revision 1.49
51 retrieving revision 1.50
52 diff -u -r1.49 -r1.50
53 --- pspax.c 8 Dec 2010 01:24:01 -0000 1.49
54 +++ pspax.c 27 Sep 2011 19:58:09 -0000 1.50
55 @@ -12,7 +12,7 @@
56 * cc -o pspax pspax.c -DWANT_SYSCAP -lcap
57 */
58
59 -static const char *rcsid = "$Id: pspax.c,v 1.49 2010/12/08 01:24:01 vapier Exp $";
60 +static const char rcsid[] = "$Id: pspax.c,v 1.50 2011/09/27 19:58:09 vapier Exp $";
61 const char argv0[] = "pspax";
62
63 #include "paxinc.h"
64
65
66
67 1.231 pax-utils/scanelf.c
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/scanelf.c?rev=1.231&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/scanelf.c?rev=1.231&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/scanelf.c?r1=1.230&r2=1.231
72
73 Index: scanelf.c
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-projects/pax-utils/scanelf.c,v
76 retrieving revision 1.230
77 retrieving revision 1.231
78 diff -u -r1.230 -r1.231
79 --- scanelf.c 27 Sep 2011 19:56:15 -0000 1.230
80 +++ scanelf.c 27 Sep 2011 19:58:09 -0000 1.231
81 @@ -1,13 +1,13 @@
82 /*
83 * Copyright 2003-2007 Gentoo Foundation
84 * Distributed under the terms of the GNU General Public License v2
85 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/scanelf.c,v 1.230 2011/09/27 19:56:15 vapier Exp $
86 + * $Header: /var/cvsroot/gentoo-projects/pax-utils/scanelf.c,v 1.231 2011/09/27 19:58:09 vapier Exp $
87 *
88 * Copyright 2003-2007 Ned Ludd - <solar@g.o>
89 * Copyright 2004-2007 Mike Frysinger - <vapier@g.o>
90 */
91
92 -static const char *rcsid = "$Id: scanelf.c,v 1.230 2011/09/27 19:56:15 vapier Exp $";
93 +static const char rcsid[] = "$Id: scanelf.c,v 1.231 2011/09/27 19:58:09 vapier Exp $";
94 const char argv0[] = "scanelf";
95
96 #include "paxinc.h"
97
98
99
100 1.22 pax-utils/scanmacho.c
101
102 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/scanmacho.c?rev=1.22&view=markup
103 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/scanmacho.c?rev=1.22&content-type=text/plain
104 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/scanmacho.c?r1=1.21&r2=1.22
105
106 Index: scanmacho.c
107 ===================================================================
108 RCS file: /var/cvsroot/gentoo-projects/pax-utils/scanmacho.c,v
109 retrieving revision 1.21
110 retrieving revision 1.22
111 diff -u -r1.21 -r1.22
112 --- scanmacho.c 8 Dec 2010 01:24:01 -0000 1.21
113 +++ scanmacho.c 27 Sep 2011 19:58:09 -0000 1.22
114 @@ -1,7 +1,7 @@
115 /*
116 * Copyright 2008 Gentoo Foundation
117 * Distributed under the terms of the GNU General Public License v2
118 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/scanmacho.c,v 1.21 2010/12/08 01:24:01 vapier Exp $
119 + * $Header: /var/cvsroot/gentoo-projects/pax-utils/scanmacho.c,v 1.22 2011/09/27 19:58:09 vapier Exp $
120 *
121 * based on scanelf by:
122 * Copyright 2003-2007 Ned Ludd - <solar@g.o>
123 @@ -10,7 +10,7 @@
124 * 2008-2010 Fabian Groffen - <grobian@g.o>
125 */
126
127 -static const char *rcsid = "$Id: scanmacho.c,v 1.21 2010/12/08 01:24:01 vapier Exp $";
128 +static const char rcsid[] = "$Id: scanmacho.c,v 1.22 2011/09/27 19:58:09 vapier Exp $";
129 const char argv0[] = "scanmacho";
130
131 #include "paxinc.h"