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

Collapse All | Expand All

(-)bin86-0.16.17/ld//catimage.c (+1 lines)
Lines 21-26 Link Here
21
 */
21
 */
22
22
23
#include <stdio.h>
23
#include <stdio.h>
24
#include <stdlib.h>
24
#include "x86_aout.h"
25
#include "x86_aout.h"
25
26
26
#ifndef __OUT_OK
27
#ifndef __OUT_OK
(-)bin86-0.16.17/ld//dumps.c (+1 lines)
Lines 6-11 Link Here
6
#include "obj.h"
6
#include "obj.h"
7
#include "type.h"
7
#include "type.h"
8
#include "globvar.h"
8
#include "globvar.h"
9
#include <string.h>
9
10
10
/* print list of modules and whether they are loaded */
11
/* print list of modules and whether they are loaded */
11
12
(-)bin86-0.16.17/ld//objchop.c (+1 lines)
Lines 1-5 Link Here
1
1
2
#include <stdio.h>
2
#include <stdio.h>
3
#include <stdlib.h>
3
#include "x86_aout.h"
4
#include "x86_aout.h"
4
5
5
#ifndef __OUT_OK
6
#ifndef __OUT_OK

Return to bug 347817