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: elf.h
Date: Sun, 27 Apr 2014 14:40:27
Message-Id: 20140427144023.641CC2004B@flycatcher.gentoo.org
1 vapier 14/04/27 14:40:23
2
3 Modified: elf.h
4 Log:
5 drop features.h and such from elf.h again as we do not use it and it breaks no non-GNU systems #507470 by Yuta SATOH
6
7 Revision Changes Path
8 1.11 pax-utils/elf.h
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/elf.h?rev=1.11&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/elf.h?rev=1.11&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/elf.h?r1=1.10&r2=1.11
13
14 Index: elf.h
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/pax-utils/elf.h,v
17 retrieving revision 1.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- elf.h 11 Jan 2014 00:29:11 -0000 1.10
21 +++ elf.h 27 Apr 2014 14:40:23 -0000 1.11
22 @@ -19,10 +19,6 @@
23 #ifndef _ELF_H
24 #define _ELF_H 1
25
26 -#include <features.h>
27 -
28 -__BEGIN_DECLS
29 -
30 /* Standard ELF types. */
31
32 #include <stdint.h>
33 @@ -3374,7 +3370,4 @@
34
35 #define R_TILEGX_NUM 130
36
37 -
38 -__END_DECLS
39 -
40 #endif /* elf.h */