Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 39362
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- boot.c
0
++ boot.c
Lines 17-23 Link Here
17
#include <ctype.h>
17
#include <ctype.h>
18
#include <fcntl.h>
18
#include <fcntl.h>
19
#include <errno.h>
19
#include <errno.h>
20
#include <a.out.h>
20
#include <linux/a.out.h>
21
#include <sys/stat.h>
21
#include <sys/stat.h>
22
22
23
#include "config.h"
23
#include "config.h"
24
-- partition.c
24
++ partition.c
Lines 17-23 Link Here
17
#include <ctype.h>
17
#include <ctype.h>
18
#include <fcntl.h>
18
#include <fcntl.h>
19
#include <errno.h>
19
#include <errno.h>
20
#include <a.out.h>
20
#include <linux/a.out.h>
21
#include <sys/stat.h>
21
#include <sys/stat.h>
22
#include <sys/types.h>
22
#include <sys/types.h>
23
#include <asm/unistd.h>
23
#include <asm/unistd.h>

Return to bug 39362