crosstool-ng/packages/ltrace/0.7.3/0002-alpha-debug.h.patch
Alexey Neyman 98bc4decde Run all patches through renumbering and update
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-12-02 12:44:39 -08:00

22 lines
513 B
Diff

From: Juan Cespedes <cespedes@debian.org>
Description: fixed FTBFS on alpha
don't include "debug.h" twice
Last-Update: 2014-01-02
Bug-Debian: http://bugs.debian.org/678721
---
sysdeps/linux-gnu/alpha/trace.c | 1 -
1 file changed, 1 deletion(-)
--- a/sysdeps/linux-gnu/alpha/trace.c
+++ b/sysdeps/linux-gnu/alpha/trace.c
@@ -29,7 +29,6 @@
#include "proc.h"
#include "common.h"
-#include "debug.h"
#if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
# define PTRACE_PEEKUSER PTRACE_PEEKUSR