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: macho.h scanmacho.c
Date: Tue, 30 Dec 2008 12:02:33
Message-Id: E1LHdIr-0008JD-7y@stork.gentoo.org
1 vapier 08/12/30 12:02:29
2
3 Modified: macho.h scanmacho.c
4 Log:
5 eat trailing whitespace
6
7 Revision Changes Path
8 1.6 pax-utils/macho.h
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/pax-utils/macho.h?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/pax-utils/macho.h?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/pax-utils/macho.h?r1=1.5&r2=1.6
13
14 Index: macho.h
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/pax-utils/macho.h,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- macho.h 8 Sep 2008 07:02:56 -0000 1.5
21 +++ macho.h 30 Dec 2008 12:02:29 -0000 1.6
22 @@ -1,7 +1,7 @@
23 /*
24 * Copyright 2008 Gentoo Foundation
25 * Distributed under the terms of the GNU General Public License v2
26 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/macho.h,v 1.5 2008/09/08 07:02:56 grobian Exp $
27 + * $Header: /var/cvsroot/gentoo-projects/pax-utils/macho.h,v 1.6 2008/12/30 12:02:29 vapier Exp $
28 */
29
30
31 @@ -94,7 +94,7 @@
32 all two-level namespace modules of its
33 dependent libraries, used only when
34 MH_PREBINDABLE and MH_TWOLEVEL are set
35 - */
36 + */
37 #define MH_CANONICAL 0x4000 /* the file has been canonicalized by
38 unprebinding, clearing prebinding
39 information from the file */
40
41
42
43 1.7 pax-utils/scanmacho.c
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/pax-utils/scanmacho.c?rev=1.7&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/pax-utils/scanmacho.c?rev=1.7&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/pax-utils/scanmacho.c?r1=1.6&r2=1.7
48
49 Index: scanmacho.c
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-projects/pax-utils/scanmacho.c,v
52 retrieving revision 1.6
53 retrieving revision 1.7
54 diff -u -r1.6 -r1.7
55 --- scanmacho.c 30 Dec 2008 12:00:06 -0000 1.6
56 +++ scanmacho.c 30 Dec 2008 12:02:29 -0000 1.7
57 @@ -1,7 +1,7 @@
58 /*
59 * Copyright 2008 Gentoo Foundation
60 * Distributed under the terms of the GNU General Public License v2
61 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/scanmacho.c,v 1.6 2008/12/30 12:00:06 vapier Exp $
62 + * $Header: /var/cvsroot/gentoo-projects/pax-utils/scanmacho.c,v 1.7 2008/12/30 12:02:29 vapier Exp $
63 *
64 * based on scanelf by:
65 * Copyright 2003-2007 Ned Ludd - <solar@g.o>
66 @@ -10,7 +10,7 @@
67 * 2008 Fabian Groffen - <grobian@g.o>
68 */
69
70 -static const char *rcsid = "$Id: scanmacho.c,v 1.6 2008/12/30 12:00:06 vapier Exp $";
71 +static const char *rcsid = "$Id: scanmacho.c,v 1.7 2008/12/30 12:02:29 vapier Exp $";
72 const char * const argv0 = "scanmacho";
73
74 #include "paxinc.h"
75 @@ -156,7 +156,7 @@
76 return (be_wewy_wewy_quiet ? NULL : dylinker);
77 }
78 } while (nextloadcmd(lcmd));
79 -
80 +
81 return NULL;
82 }
83
84 @@ -188,7 +188,7 @@
85 return (be_wewy_wewy_quiet ? NULL : soname);
86 }
87 } while (nextloadcmd(lcmd));
88 -
89 +
90 return NULL;
91 }