summaryrefslogtreecommitdiff
path: root/patches/ltrace/0.7.3/003-alpha-debug.h.patch
blob: 237026dd7d0a6eab434936a83f7835a29c4ee403 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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


--- ltrace-0.7.3.orig/sysdeps/linux-gnu/alpha/trace.c
+++ ltrace-0.7.3/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