Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 178790 | Differences between
and this patch

Collapse All | Expand All

(-)ebfc/brainfuck.c.orig (-1 / +1 lines)
Lines 8-14 Link Here
8
#include	<stdlib.h>
8
#include	<stdlib.h>
9
#include	<string.h>
9
#include	<string.h>
10
#include	<stddef.h>
10
#include	<stddef.h>
11
#include	<linux/elf.h>
11
#include	<elf.h>
12
#include	"elfparts.h"
12
#include	"elfparts.h"
13
#include	"ebfc.h"
13
#include	"ebfc.h"
14
14
(-)ebfc/dynamic.c.orig (-1 / +1 lines)
Lines 5-11 Link Here
5
 */
5
 */
6
6
7
#include	<stdlib.h>
7
#include	<stdlib.h>
8
#include	<linux/elf.h>
8
#include	<elf.h>
9
#include	"elfparts.h"
9
#include	"elfparts.h"
10
#include	"gen.h"
10
#include	"gen.h"
11
11
(-)ebfc/ebfc.c.orig (-1 / +1 lines)
Lines 14-20 Link Here
14
#include	<fcntl.h>
14
#include	<fcntl.h>
15
#include	<sys/stat.h>
15
#include	<sys/stat.h>
16
#include	<getopt.h>
16
#include	<getopt.h>
17
#include	<linux/elf.h>
17
#include	<elf.h>
18
#include	"elfparts.h"
18
#include	"elfparts.h"
19
#include	"ebfc.h"
19
#include	"ebfc.h"
20
20
(-)ebfc/ehdr.c.orig (-1 / +1 lines)
Lines 5-11 Link Here
5
 */
5
 */
6
6
7
#include	<stdlib.h>
7
#include	<stdlib.h>
8
#include	<linux/elf.h>
8
#include	<elf.h>
9
#include	"elfparts.h"
9
#include	"elfparts.h"
10
#include	"gen.h"
10
#include	"gen.h"
11
11
(-)ebfc/elfparts.c.orig (-1 / +1 lines)
Lines 7-13 Link Here
7
#include	<stdio.h>
7
#include	<stdio.h>
8
#include	<stdlib.h>
8
#include	<stdlib.h>
9
#include	<errno.h>
9
#include	<errno.h>
10
#include	<linux/elf.h>
10
#include	<elf.h>
11
#include	"elfparts.h"
11
#include	"elfparts.h"
12
#include	"gen.h"
12
#include	"gen.h"
13
13
(-)ebfc/got.c.orig (-1 / +1 lines)
Lines 5-11 Link Here
5
 */
5
 */
6
6
7
#include	<stdlib.h>
7
#include	<stdlib.h>
8
#include	<linux/elf.h>
8
#include	<elf.h>
9
#include	"elfparts.h"
9
#include	"elfparts.h"
10
#include	"gen.h"
10
#include	"gen.h"
11
11
(-)ebfc/hash.c.orig (-1 / +1 lines)
Lines 6-12 Link Here
6
6
7
#include	<stdlib.h>
7
#include	<stdlib.h>
8
#include	<string.h>
8
#include	<string.h>
9
#include	<linux/elf.h>
9
#include	<elf.h>
10
#include	"elfparts.h"
10
#include	"elfparts.h"
11
#include	"gen.h"
11
#include	"gen.h"
12
12
(-)ebfc/phdrtab.c.orig (-1 / +1 lines)
Lines 5-11 Link Here
5
 */
5
 */
6
6
7
#include	<stdlib.h>
7
#include	<stdlib.h>
8
#include	<linux/elf.h>
8
#include	<elf.h>
9
#include	"elfparts.h"
9
#include	"elfparts.h"
10
#include	"gen.h"
10
#include	"gen.h"
11
11
(-)ebfc/progbits.c.orig (-1 / +1 lines)
Lines 5-11 Link Here
5
 */
5
 */
6
6
7
#include	<stdlib.h>
7
#include	<stdlib.h>
8
#include	<linux/elf.h>
8
#include	<elf.h>
9
#include	"elfparts.h"
9
#include	"elfparts.h"
10
#include	"gen.h"
10
#include	"gen.h"
11
11
(-)ebfc/rel.c.orig (-1 / +1 lines)
Lines 6-12 Link Here
6
6
7
#include	<stdlib.h>
7
#include	<stdlib.h>
8
#include	<string.h>
8
#include	<string.h>
9
#include	<linux/elf.h>
9
#include	<elf.h>
10
#include	"elfparts.h"
10
#include	"elfparts.h"
11
#include	"gen.h"
11
#include	"gen.h"
12
12
(-)ebfc/shdrtab.c.orig (-1 / +1 lines)
Lines 5-11 Link Here
5
 */
5
 */
6
6
7
#include	<stdlib.h>
7
#include	<stdlib.h>
8
#include	<linux/elf.h>
8
#include	<elf.h>
9
#include	"elfparts.h"
9
#include	"elfparts.h"
10
#include	"gen.h"
10
#include	"gen.h"
11
11
(-)ebfc/strtab.c.orig (-1 / +1 lines)
Lines 5-11 Link Here
5
 */
5
 */
6
6
7
#include	<stdlib.h>
7
#include	<stdlib.h>
8
#include	<linux/elf.h>
8
#include	<elf.h>
9
#include	<string.h>
9
#include	<string.h>
10
#include	"elfparts.h"
10
#include	"elfparts.h"
11
#include	"gen.h"
11
#include	"gen.h"
(-)ebfc/symtab.c.orig (-1 / +1 lines)
Lines 6-12 Link Here
6
6
7
#include	<stdlib.h>
7
#include	<stdlib.h>
8
#include	<string.h>
8
#include	<string.h>
9
#include	<linux/elf.h>
9
#include	<elf.h>
10
#include	"elfparts.h"
10
#include	"elfparts.h"
11
#include	"gen.h"
11
#include	"gen.h"
12
12

Return to bug 178790