vapier 14/04/27 14:40:23 Modified: elf.h Log: 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
Revision Changes Path 1.11 pax-utils/elf.h file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/elf.h?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/elf.h?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/elf.h?r1=1.10&r2=1.11 Index: elf.h =================================================================== RCS file: /var/cvsroot/gentoo-projects/pax-utils/elf.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- elf.h 11 Jan 2014 00:29:11 -0000 1.10 +++ elf.h 27 Apr 2014 14:40:23 -0000 1.11 @@ -19,10 +19,6 @@ #ifndef _ELF_H #define _ELF_H 1 -#include <features.h> - -__BEGIN_DECLS - /* Standard ELF types. */ #include <stdint.h> @@ -3374,7 +3370,4 @@ #define R_TILEGX_NUM 130 - -__END_DECLS - #endif /* elf.h */
