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

Collapse All | Expand All

(-)a/headers.h (-4 / +3 lines)
Lines 101-109 Link Here
101
#ifdef HAVE_SYS_PARAM_H
101
#ifdef HAVE_SYS_PARAM_H
102
# include <sys/param.h>
102
# include <sys/param.h>
103
#endif
103
#endif
104
#ifdef HAVE_SYS_PTRACE_H
105
# include <sys/ptrace.h>
106
#endif
107
#ifdef HAVE_SYS_REG_H
104
#ifdef HAVE_SYS_REG_H
108
# include <sys/reg.h>
105
# include <sys/reg.h>
109
#endif
106
#endif
Lines 133-139 Link Here
133
#ifdef HAVE_ASM_PTRACE_H
130
#ifdef HAVE_ASM_PTRACE_H
134
# include <asm/ptrace.h>
131
# include <asm/ptrace.h>
135
#endif
132
#endif
136
#ifdef HAVE_LINUX_PTRACE_H
133
#ifdef HAVE_SYS_PTRACE_H
134
# include <sys/prctl.h>
135
#elif HAVE_LINUX_PTRACE_H
137
# include <linux/ptrace.h>
136
# include <linux/ptrace.h>
138
#endif
137
#endif
139
#undef FU_ia64_fpreg
138
#undef FU_ia64_fpreg

Return to bug 482752